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 are the benefits of swift over objective-c ?
What is the purpose of using ibaction and iboutlet?
Why do all model object attributes get marked with @dynamic and not synthesised?
Explain application states
Why core data is faster than sqlite?
What are the 7 osi layers?
What is ios architecture?
What is called before viewdidload?
An app is loaded into memory but is not executing any code. In which state will it be in?
Whats the difference between NSArray and NSMutableArray?
What is completion handler in ios?
What do you know about home screen of ios?