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 background mode in ios?
What are the Steps for using coredata?
What is view controller xcode?
What is the 'implementation'?
What is nsmanagedobjectcontext?
What are all the difference between iOS3, iOS4 and iOS5?
What is arc ios?
Explain the options and bars available in xcode 4.x workspace window in iOS operating system
What is the extension of ios files?
How to find the memory leaks in mrc?
What is Process?
Explain differentiate between release and pool drain?