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 your process for tracing and fixing a memory leak

0 Answers  


what is dispatchQueue?

1 Answers  


What are the different store migration options? When are they used? How do they work? What is mapping model?

0 Answers  


What is core data in ios?

0 Answers  


What is mapping model?

0 Answers  






Explain arc?

0 Answers  


What is difference between mvc and mvvm in ios?

0 Answers  


Does ios supports multi-tasking functionality?

0 Answers  


What is polymorphism in ios?

0 Answers  


What are various singleton instances provided by frameworks?

0 Answers  


Explain application states

0 Answers  


Explain me how to parse xml?

0 Answers  


Categories