How to implement storage of objects using weak references in a collection?
iOS
Can you give an example when the element frame and its boundaries do not match in size?
Can you explain the concept of algorithm complexity assessment and why it is important?
What components does the Responder Chain consist of?
Can you list the main types of queues used in programming?
Is it possible to modify or replace the display associated with the current view controller after it has been created?
How to organize resizing and positioning of interface elements in iOS if the parameters are known in the methods viewWillLayoutSubviews and viewDidLayoutSubviews, but modifying the frame in these methods is prohibited?
Where are pointers or references to objects usually stored in a program?
In which method of a controlled component can you get the actual sizes for correct UI placement?
What is the difference between OperationQueue and DispatchQueue in terms of their usage?
At what moment is the root view of the controller created?
Can you explain what it means to execute code asynchronously and what are its main advantages?
Can you explain the working principle of AutoLayout in iOS interfaces?
Can you explain the internal mechanics of implementing Copy-on-write and how it manages data changes?
Have you used Interface Builder for developing interfaces in your projects?
How will the bounds of an object change if its parent element is rotated by 45 degrees?
Are the properties Frame and Bounds interconnected or independent in the context of working with graphical elements?
Could you explain what the setNeedsLayout method means in the context of updating the user interface?
What are the limitations of Auto Layout compared to using a frame?
Does instant copying of reference type objects occur when they are assigned?