I want to have something like this in my app:
A main view that you can slide to the right, and behind it a UITableView
. If you drag the main view to the right, you should be able to drag it back in, even if you start dragging to the left on top of the UITableView
(if I pan left or right on top of the UITableView
the main view should be moved, if I drag up or down on top of the UITableView
the UITableView
should scroll). Furthermore, it would be nice if the main view would drop a shadow on to the UITableView
.