What reasons might motivate a change of current project?
iOS
Can you explain what a Set data structure is?
What is CocoaPods?
What is the difference between a simple class and an open class in Swift?
Is it necessary to create a structure that conforms to the protocol?
What is an associated type?
What is the feature of the layout of each cell in a frame?
Tell me about hash tables and their basic working principle.
How is automatic memory management (ARC) implemented in Swift?
What is the difference between asynchronous and multithreading?
What is a memory leak and how does it occur?
What features of the stack make it work faster than the heap?
What can be used to transfer information between two applications working with the same account?
Explain the purpose and function of access modifiers in object-oriented programming
What can you tell about the Reader-Writer problem?
What could be the problems if all variables are declared as class properties?
What is priority inversion?
How would you implement a dictionary in Swift using an array?
What causes delays or failures when scrolling images in a slideshow?
Is it possible to inherit a structure from multiple parents?