What's fast enumeration?
Answers were Sorted based on User's Feedback
Answer / maanya
It is a language feature that allows you to enumerate the contents of a collection, thanks to the internal implementation; your code will run faster.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mallikharjuna
it is language feature that allows the iterate collections.like arrays,dictionaries,etc,this enumeration is faster than the using NSEnumerator
| Is This Answer Correct ? | 0 Yes | 0 No |
What is retain counts?
How do you create a fetched property?
What is arc in ios?
What are the three themes that ios embodies?
Differentiate 'app id' from 'bundle id'.
Who calls the main function of app during the app launch cycle in ios?
Does ios have garbage collection?
What are the benefits of ios?
Why is iboutlet weak?
Explain stack and heap?
What is ios image?
What is the difference between delegates and notifications in iOS operating system?