What's fast enumeration?

Answers were Sorted based on User's Feedback



What's fast enumeration?..

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

What's fast enumeration?..

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

Post New Answer

More Apple iOS Interview Questions

Explain the difference between nil and nil?

0 Answers  


What is called before viewdidload?

0 Answers  


What are layer objects in iOS operating system?

0 Answers   SwanSoft Technologies,


How we can execute some code when app is in background?

0 Answers  


What are the delegate methods of mkmapview?

0 Answers  






What is a model class?

0 Answers  


What is xib?

0 Answers  


 Which framework delivers event to custom object when app is in foreground? 

1 Answers  


A tableview with while tapping on cell show a popOver. and tapping on it move to another view controller, is it possible if yes? then how?

1 Answers  


Tell me what is iphone os?

0 Answers  


Explain about AFNetworking. What is the base class used in AFNetworking library

0 Answers  


How core data works to save data in persistent storage?

0 Answers  


Categories