I encountered a similair problem at a current app project. I wanted to be able to show detail-content on a map, corresponding with the current selected pin/marker on the map.
I tried to implement it in a way that the content snaps back to position if the use doesn't touch the screen for 1500ms. Works pretty sweet. You can use the content area for a list, as I did (I also implemented a segment view -> the tabs)
I encountered a similair problem at a current app project. I wanted to be able to show detail-content on a map, corresponding with the current selected pin/marker on the map.
My result: http://i.imgur.com/P7HTtJI.gif
I tried to implement it in a way that the content snaps back to position if the use doesn't touch the screen for 1500ms. Works pretty sweet. You can use the content area for a list, as I did (I also implemented a segment view -> the tabs)
I don't know any other apps that do this :)