Skip to content

Instantly share code, notes, and snippets.

@arturlector
Created March 13, 2016 12:53
Show Gist options
  • Save arturlector/2ab4b4aec65a7813fb43 to your computer and use it in GitHub Desktop.
Save arturlector/2ab4b4aec65a7813fb43 to your computer and use it in GitHub Desktop.
Что такое быстрое перечисление (fast enumeration)?

Что такое быстрое перечисление?

Итерация (цикл) по коллекциям (NSArray, NSDictionary): 
for Type *item in Collection {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment