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 abstract class in ios?
Explain difference between mrc and arc?
How to registering your device with the program portal for iphone development?
What are layer objects and what do they represent in iOS operating system?
Is a delegate retained?
What are ios apps coded in?
What do you know about the ios kernel?
What json framework supported by ios?
In which language ios is written?
Can you please explain the difference between frame and bounds?
How to pass parameter to selector function in swift? : IOS Architect
What is @synthesize in objective-c ?