Skip to content

Instantly share code, notes, and snippets.

@jfahrenkrug
Created September 8, 2009 14:12
Show Gist options
  • Save jfahrenkrug/182946 to your computer and use it in GitHub Desktop.
Save jfahrenkrug/182946 to your computer and use it in GitHub Desktop.
// Delegate method for the locationListView
- (void)collectionViewDidChangeSelection:(CPCollectionView)aCollectionView
{
[locationDetailController setLocation:[self selectedLocation]];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment