Data Code for you to copy and paste into DataSource:
- (NSArray *)imageNames
{
return @[@"beach", @"england", @"food", @"friends", @"hiking", @"iphone", @"rain", @"ref", @"sleep", @"soccer", @"travel"];
}
A simple app to demonstrate UICollectionViews (and a little auto layout)
Objective-C