LocationPickerView
LocationPickerView copied to clipboard
MKMapView + UITableView + Parallax scrolling. Provides a framework for building an interactive location picker on iOS.
 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. 
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...