Skip to content

Instantly share code, notes, and snippets.

@jfahrenkrug
Created September 8, 2009 14:07
Show Gist options
  • Save jfahrenkrug/182939 to your computer and use it in GitHub Desktop.
Save jfahrenkrug/182939 to your computer and use it in GitHub Desktop.
// Delegate method for the locationListView
- (void)collectionViewDidChangeSelection:(CPCollectionView)aCollectionView
{
var loc = [locationsController selectedLocation];
[mapController moveMapToLat:[loc latitude] andLng:[loc longitude]];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment