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 |
How many types of background modes supported in ios?
What is delegate pattern in iOS?
What is mvvm in ios?
What is cococa and cocoa touch?
Difference between release and autorelease ?
What manual memory management?
Explain me what is fast enumeration?
What is use of nsoperation?
What is meaning of 'retain' keyword?
What are all the instruments available in Xcode in iOS operating system?
0 Answers TryTechnicals Pvt Ltd,
In a single model, can I have few entities in one sqlite db file and remaining in another sqlite db file?
What is the purpose of ios?