cconstable / LocationPickerView

MKMapView + UITableView + Parallax scrolling. Provides a framework for building an interactive location picker on iOS.
MIT License
223 stars 46 forks source link

Adding new MKMapViewDelegate #3

Closed gudeidea closed 11 years ago

gudeidea commented 11 years ago

Hello Christopher,

How can I add some MKMapViewDelegate methods on LockerPicker? For instance:

Sorry my mistake, just added self.locationPickerView.mapViewDelegate = self;

Now, it's working!