I have a master/detail split view configuration in my iPad application. If I swipe from the left (or really, just swipe to the right in the detail view, regardless of whether I start at the left edge of the screen or not) it slides open the master view.
The issue here is that my detail view is an MKMapView
, so if I put my finger on the map and move my finger to the right (to pan left) the master view opens! I have to start dragging my finger in some other direction, and then go right, to properly pan.
Can this behavior be altered either:
So it is disabled completely (only allowing opening the master view from the back button)
So it only affects swipes in the detail view that are not over the map
So it only triggers if the swipe starts from the edge of the screen
Thanks!