Sep Pourteymour

Results 7 comments of Sep Pourteymour

I used the popAll... and it works better for me because using the popToRoot leaves the chevron in the newly presented view.

I had the same issue, what I did was to use the delegate methods (opposed to the block), and it worked. Also, you need to connect the view controllers to...

I think what @Kernelzero is saying is that you need to make sure that your code is not being covered by the status bar, and has nicely provided the link...

If you mean using the right bar button item for another purpose (not for the right menu), I had the same issue, and I achieved it by adding the button...

Do you mean how to not show the menu button? because if that's what you want, you can set it using the delegate method. Check the documentation but to save...

can you [navigationbar setRighBarButtonItem:nil]?

Leave the swipe gesture on, but set the button to nil. Does that work?