RNSwipeViewController icon indicating copy to clipboard operation
RNSwipeViewController copied to clipboard

Fixed bug where dismissing a presentedViewController would force RNSwipeViewController to unexpectedly revert to its centerViewController

Open MaxwellPayne opened this issue 11 years ago • 0 comments

Ran into an issue where, after running presentViewController and subsequently dismissViewControlller from RNSwipeViewController's rightViewController, the RNSwipeViewController would force itself back to displaying centerViewController instead of sticking with the rightViewController. RNSwipeViewController will now suppress its viewWillAppear method if a presentedViewController is in the process of being dismissed.

MaxwellPayne avatar Jan 17 '15 22:01 MaxwellPayne