I want to make a a sliding up like FourSquare app. Like this:
What I want to achieve are:
- The
UITableView
goes all the way up toUINavigationBar
. - It drags along with my finger's position.
- My app also have a
GMSMapView
below (Google Map's API, similiar to FourSquare), I don't want the map responses to my gestures on theUITableView
, I want it stays still. - Works both in iOS 6 and 7 and iPhone 4,5.
Does anybody have a framework, github's link ... that can help me fulfill this ? Thank you.