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 |
Can you explain ios design patterns?
Which is the super class of all view controller objects?
What is the difference between release and autorelease?
What is swift and what is objective-c?
What language is ios based on?
What is appdelegate in xcode?
DB updation when app new version comes ?
What is the first responder?
What is thread in ios?
What’s the difference between an “app id” and a “bundle id” and what is each used for?
What are ios functions?
Explain code signing in ios?