Questions tagged [interactivepopgesture]
26 questions
1
vote
0 answers
Quickly swiping back using default interactivePopGestureRecognizer disables interaction of a UITableViewCell
I have a table view with rows which when selected I push a view controller onto the navigation stack.
If I use the interactive pop gesture to go back slowly, everything works as expected.
Only when very quickly swiping from the left edge does the…

Kevin
- 1,883
- 16
- 23
1
vote
0 answers
UISplitViewController disable interactivePopGestureRecognizer
My app is laid out in a storyboard like this
The problem is I cannot disable the popGestureRecognizer for the "Book Player View Controller" (see bottom of image)
This happened after I introduced the splitview setup. Is there a different way to…

Hackmodford
- 3,901
- 4
- 35
- 78
1
vote
1 answer
How to handle subviews of UITabBarController when interactivePopGesture (like Flipboard)
I'd like to have an underline that indicates which item was selected. It slides to any other items whenever the item was tapped. Therefore, I added a subview to the custom UITabBarController and set the animation. Then I use hidesBottomBarWhenPushed…

Azules
- 61
- 1
- 11
1
vote
0 answers
iOS interactivePopGestureRecognizer enables itself after ViewController is pushed
I have a subclass of UINavigationController that has maximum of 4 ViewControllers in the stack. Lets call them firstVC ... fourthVC. My NavController can perform custom transitions between VCs and ios7/8 back gesture is supposed to be disabled and…

NKorotkov
- 3,591
- 1
- 24
- 38
0
votes
1 answer
Navigation item views disappearing when using multiple search bars and interactive pop gesture
I'm using multiple UISearchBar's as titleViews in UINavigationControllers embedded in a UITabBarController. This all works just fine when I push and pop view controllers using the back button. But, the search bar starts to disappear when I pop using…

Ronak Vora
- 185
- 3
- 16
0
votes
1 answer
Why automatic rotation does not work correctly while swipe back?
If during the swipe back to turn the device, then a black area appearing, see the images.
(https://i.stack.imgur.com/e8JcM.png)
(https://i.stack.imgur.com/95bMG.png)
If in the project settings to enable "Require full screen", then this problem…
0
votes
2 answers
UINavigationController Interactive Pop Gesture only works first time
I have been working on an app for some time and just realized the swiping back in the detail view only returns me to the master view the first time. It also isn't smooth, even when it works on the first time. Instead of smoothly going to the master…

Taylor
- 733
- 7
- 18
0
votes
1 answer
React Native: Is it possible to increase the touch area of a navigational swipe action?
I've been trying to find out if it is possible to increase the swipe left action(interactivePopGesture) to navigate to a previous screen in React Native. I know that you can increase the touch area of buttons with hitSlop, but I wasn't sure if…

Gabi Procell
- 72
- 2
- 9
0
votes
1 answer
Forwarding touches to UINavigationController Interactive Pop Gesture Not completely Working
I'm trying to enable interactive pop gesture recogniser on my keyboard's accessory view. It does not work by default.
I passed an interactive pop gesture recogniser reference to my accessory view in order to forward its touch events to the…

Tim
- 1,877
- 19
- 27
0
votes
1 answer
How do I see the progress of a pop animation?
I have a master and detail view controller. I have a button that currently disappears after the push segue to the detail and reappears when the pop segue is called, whether it's the interactive gesture or the back button.
This looks really abrupt…

George Urick
- 135
- 10
0
votes
1 answer
interactivePopGestureRecognizer some time freez view touch and it will also cause [viewcontroller hash]: message sent to deallocated instance?
I have added 'interactivePopGestureRecognizer' in some viewcontroller, also give back button on topbar . When user use Pop Gesture and push/pop view at that time it will freez top navigation controller view . After some time it will crash with …

Jay Mehta
- 1,431
- 19
- 40