What is an Autorelease Pool?
iOS
How are arrays structured in the Swift language?
How to solve a race condition problem?
What is a memory leak and how does it occur?
What is PreferenceKey in the context of iOS development?
How can the image loading time in the application be improved?
How can the word 'open' be expressed differently in Swift?
What is the complexity of executing a function that contains two non-nested loops?
What is Hashable in Swift?
Where is the information about the user-selected theme: light or dark stored?
What tools in Xcode do you use in your work?
What is the difference between weak and strong references?
How do you evaluate the infrastructure and tools you use in development?
Which SOLID principle do you find most difficult to apply in practice?
What can be done if the keyboard hides important interface elements when it appears?
Tell us about memory management in iOS.
What is a mutex?
What is ARC (Automatic Reference Counting) in iOS?
When does a view instance get created?
What is the difference between a virtual table and a witness table?