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 |
Define 'strong' keyword?
Differentiate between release and pool drain?
What does ios mean on my iphone?
What performance issues can you face when using coredata?
Can viewdidload be called multiple times?
What is mvc and mvvm in ios?
When was ios invented?
What are the application lifecycle in ios?
Why do we use synchronized ?
What is difference between atomic and nonatomic in ios?
What is libdispatch?
what is the use of PO command in Xcode?