What could be the reasons for errors in tables?
iOS
What is si-leer?
Have you ever dealt with testing WebSocket?
Explain the difference between escaping and non-escaping closures, and in which cases it is necessary to use @escaping.
Which mechanism in Swift is similar to associated types?
What type of key is used in a dictionary in Swift?
What happens if you call the global DispatchQueue?
What types of references exist in the Swift language?
What is the difference between 'weak' and 'unowned' in Swift?
Can a Value type store itself? And is this statement true for all value type representatives?
Which class is UIWindow a descendant of?
What do you know about the reader-writer problem?
What difficulties might we face when sorting data in an array?
How are values compared in a dictionary in Swift?
How to manage dependencies in an iOS project?
What are the ways to ensure thread safety in iOS applications?
Can you name the main architectural patterns used in system design?
When and under what conditions does dispatching start in Swift?
How to restrict subtypes in an array in Swift?
What is the mechanism of structure operation during copying?