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 does @dynamic mean?
Explain about MVC Design patters
Compare and contrast the different ways of achieving concurrency in os x and ios.
Which is the super class of all view controller objects?
What is the difference between synchronous & asynchronous task in ios?
What is xcode used for?
Enlist frameworks for cocoa?
What are ios apps written in?
Explain what is iphone architecture?
How to install an iphone application for testing?
What is the purpose of reuseidentifier?
Mention the short-cut to edit variables in Scope?