Skip to content

Instantly share code, notes, and snippets.

@pnicholls
Created July 4, 2011 23:35
Show Gist options
  • Save pnicholls/1064058 to your computer and use it in GitHub Desktop.
Save pnicholls/1064058 to your computer and use it in GitHub Desktop.
dataPages = [[NSArray alloc] initWithObjects:
[NSDictionary dictionaryWithObjectsAndKeys:
@"http://dribbble.com/system/users/4870/screenshots/203015/bacardi-mojito.jpg?1309590925", @"1",
@"http://dribbble.com/system/users/19849/screenshots/203160/mc-donalds-character.png?1309591886", @"1_full",
@"http://dribbble.com/system/users/4605/screenshots/202970/for_dribbble.png?1309582909", @"2",
@"http://dribbble.com/system/users/19849/screenshots/203160/mc-donalds-character.png?1309591886", @"2_full",
nil],
[NSDictionary dictionaryWithObjectsAndKeys:
@"http://dribbble.com/system/users/3460/screenshots/203157/avatar.png?1309591592", @"1",
@"http://dribbble.com/system/users/4870/screenshots/203015/bacardi-mojito.jpg?1309590925", @"2",
nil],
[NSDictionary dictionaryWithObjectsAndKeys:
@"http://dribbble.com/system/users/19849/screenshots/203160/mc-donalds-character.png?1309591886", @"1",
@"http://dribbble.com/system/users/4605/screenshots/202970/for_dribbble.png?1309582909", @"2",
nil],
[NSDictionary dictionaryWithObjectsAndKeys:
@"http://dribbble.com/system/users/19849/screenshots/203160/mc-donalds-character.png?1309591886", @"1",
@"http://dribbble.com/system/users/4605/screenshots/202970/for_dribbble.png?1309582909", @"2",
nil],
[NSDictionary dictionaryWithObjectsAndKeys:
@"http://dribbble.com/system/users/19849/screenshots/203160/mc-donalds-character.png?1309591886", @"1",
@"http://dribbble.com/system/users/4605/screenshots/202970/for_dribbble.png?1309582909", @"2",
nil],
nil];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment