/IconCollection

A simple app to demonstrate UICollectionViews (and a little auto layout)

Primary LanguageObjective-C

IconCollection

Data Code for you to copy and paste into DataSource:

- (NSArray *)imageNames
{
    return @[@"beach", @"england", @"food", @"friends", @"hiking", @"iphone", @"rain", @"ref", @"sleep", @"soccer", @"travel"];
}