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 |
Explain the working of manual memory management?
An app is loaded into memory but is not executing any code. In which state will it be in?
Explain Inapp purchase in iOS
Why to keep user policies at server side rather on device? : IOS Architect
How will you implement sets and the intersection operation? Complexity?
What is the difference between synchronous & asynchronous task in ios?
Which API is used to write test scripts that help in exercising the application's user interface elements?
What is nsmanagedobjectcontext?
What are kvo and kvc?
What does ns stand for ios?
How to measure your application's performance on an iphone device?
Explain the steps involved in submitting the App to App-Store in iOS operating system?