LocationPickerView icon indicating copy to clipboard operation
LocationPickerView copied to clipboard

MKMapView + UITableView + Parallax scrolling. Provides a framework for building an interactive location picker on iOS.

Results 7 LocationPickerView issues
Sort by recently updated
recently updated
newest added

![capture d ecran 2017-08-22 a 09 21 57](https://user-images.githubusercontent.com/8947102/29553427-6fe6df52-871b-11e7-9828-56f87e4b9ee4.png) When the tableview did expend, an UIView hide the table view till bottom of the screen.

This pull requests corrects the spelling of **CocoaPods** 🤓 https://github.com/CocoaPods/shared_resources/tree/master/media One day I’ll make a bot that looks through the READMEs of all Pods, looks to see if it uses...

If expand MapView to screen frame size, I got "Unable to allocate render buffer storage! 0x15d89650" in console. If Change: [self expandMapView:sender animated:YES]; To: [self expandMapView:sender animated:NO]; The warning disappeared,...

Shows transparent cell when number of cell are less. For e.g. 1 or 2. ![img_1856](https://cloud.githubusercontent.com/assets/2100166/5598630/6d90c5da-927f-11e4-88cb-1dcf7b66c779.PNG)

This code piece is good but missing support for MKAnnotationView. The delegate method of -(MKAnnotationView*)is never called. Please fix it in the future update !

It would be nice to be able to expand the map, but still have some of the tableview show at the bottom. This is similar to how Foursquare and Highlight...

enhancement