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 happens when you invoke a method on a nil pointer?
What is mvc and mvvm in ios?
Which api would you use to write test scripts to exercise the application’s ui elements?
Different types of persistent stores? Which all types can we have on ios?
Explain about AFNetworking. What is the base class used in AFNetworking library
What does ios mean on my iphone?
What is the full meaning of ios?
How to fix tableviewcell dequeue issue ?
What are the different delete rules that a relationship can have?
What is latest version of ios?
Explain me does ios support multitasking?
Explain why delegates and notifications are different.