Skip to content

Instantly share code, notes, and snippets.

@bjhomer
Created May 4, 2012 15:59
Show Gist options
  • Save bjhomer/2595750 to your computer and use it in GitHub Desktop.
Save bjhomer/2595750 to your computer and use it in GitHub Desktop.
-(UIImage *)sidebar:(HSImageSidebarView *)sidebar imageForIndex:(NSUInteger)anIndex {
return [myArrayOfImages objectAtIndex:anIndex];
}
- (NSUInteger)countOfImagesInSidebar:(HSImageSidebarView *)sidebar {
return [myArrayOfImages count];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment