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

Define 'strong' keyword?

0 Answers  


Differentiate between release and pool drain?

0 Answers  


What does ios mean on my iphone?

0 Answers  


What performance issues can you face when using coredata?

0 Answers  


Can viewdidload be called multiple times?

0 Answers  






What is mvc and mvvm in ios?

0 Answers  


When was ios invented?

0 Answers  


What are the application lifecycle in ios?

0 Answers  


Why do we use synchronized ?

0 Answers  


What is difference between atomic and nonatomic in ios?

0 Answers  


What is libdispatch?

0 Answers  


what is the use of PO command in Xcode?

0 Answers  


Categories