KIPullToReveal icon indicating copy to clipboard operation
KIPullToReveal copied to clipboard

A UITableView combined with a MKMapView to show both. If scrolled down the TableView will disappear and show the Full MapView and the other way around.

KIPullToReveal

Twitter: @Kidmar

Combine a search result's UITableView with a MKMapView.

Just setup the KIPullToRevealViewController as a UITableViewController with the known delegate methods. Set pullToRevealDelegate to your desired delegate class. If the "Search" button is pressed your "-(void) pullToRevealDidSearchFor: (NSString) searchText" selector will be fired containing the user's search-text.

Feel free to fork and use this controller, if you make any changes useful for others, please feel free to make a pull request.

Have a nice day!

Screenshot 1 Screenshot 2 Screenshot 3