You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to work well - just add self.navigationController.interactivePopGestureRecognizer.enabled = NO; before showing the sheet, and then self.navigationController.interactivePopGestureRecognizer.enabled = YES; in the delegate method didDismissWithButtonIndex or willDismissWithButtonIndex
IBActionSheet doesn't seem to disable the back-swipe of UINAvigationController of iOS7 when it's in the screen
The text was updated successfully, but these errors were encountered: