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 |
Tell me the hierarchy of uibutton.
What widgets can not do ?
What is the current iphone ios?
What is category and extension in ios?
What is concurrency in ios?
UI updation in seperate thread is it possible ?
What are design patterns in ios?
What is gcd in ios?
how push notification works?
When to use nsmutablearray and when to use nsarray?
What is dynamic in iOS operating system?
What is singleton pattern in ios?