What is lazy loading?
Answer / maanya
It is very popular in computer programming, it consists in loading the elements only when they are needed, the rule says something similar to: "do not load anything until you have to load it".
| Is This Answer Correct ? | 0 Yes | 0 No |
What is @implementation?
What is the first responder and responder chain?
What is arc?
What is mapping model?
What are ui elements and some common ways you can add them to your app?
What is framework in ios?
Assume that an app is not in foreground but is still executing code. In which state will it be in?
What is meaning of 'copy' keyword?
What is @synthesize?
Why uicontrol is provided if we can create custom uiview?
what are the build phases available in Xcode?
What is oops in ios?