In the facebook app for iOS, in the nearby view there is a UITableView with a map at the top, when the user pulls down on the table, the table animates offscreen downwards and the map takes up the whole screen. Using an upwards gesture, the table view is brought back into view.

My question is, how is this achievable in an elegant way. I played around with ContentOffset and ContentInset, but nothing I have tried has really worked. Any ides or suggestions? Thanks for you help.