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
I'm using [self.navigationController presentPopinController:popin animated:YES completion^{}]
and while the popin view still showing, I start to dismiss the controller using the interactive swipe gesture (swiping from left of view controller) . after it's dismissed, the navbar is hidden.
The text was updated successfully, but these errors were encountered:
I know under some circumstances this could happen. See the end of discussion on issue #26 for a workaround.
It seems to be a bug with the navigation controller but I did not find a way to solve it right now.
I'm using [self.navigationController presentPopinController:popin animated:YES completion^{}]
and while the popin view still showing, I start to dismiss the controller using the interactive swipe gesture (swiping from left of view controller) . after it's dismissed, the navbar is hidden.
The text was updated successfully, but these errors were encountered: