So I'm noticing all of my views are receiving the gesture to go back (pop a view) when the user swipes on the very left side of the screen (in either orientation) (This is new with iOS7)
I've tried so far with no avail to turn it off using:
[self.navigationItem setHidesBackButton:YES];
Within the init of the NavigationController itself (as the delegate seems to be using that).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…