Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 237 Bytes

File metadata and controls

9 lines (8 loc) · 237 Bytes

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"];
}