The UINavigationController class implements a specialized iOS view controller that manages the navigation of hierarchical content.
I'm wondering whether it's possible to go back to 2 previous page using navigation controller button. Right now, I've custom made …
uinavigationcontroller uinavigationbar back-button uinavigationitem backI got an app with NavigationController. How can i change animation transition style of pushViewController and popToViewController? UPD I created …
ios animation uinavigationcontroller pushviewcontroller popviewcontrollerSo I am having the same problem that many others are experiencing when creating a UIBarButtonItem with a UIButton as …
uinavigationcontroller uibutton ios7 uibarbuttonitemIn my app I have the following configuration to open my view controllers: When I write "pushViewController" I use a …
ios xcode uiviewcontroller uinavigationcontroller presentmodalviewcontrollerI have NavigationController that handles navigation through my app. According to my design, the very first view should have no …
ios swift3 uinavigationcontroller uinavigationbar xcode8.2When I use this: [self.navigationItem setHidesBackButton:YES animated:NO]; to hide the back button in my navigationBar, my title …
objective-c uinavigationcontroller title uibarbuttonitemIn my project there is feature when user swipe on top bar one screen will appear with top to bottom …
ios transition uianimation uinavigationcontrollerWhy is the following line needed within the didFinishLaunchingWithOptions method? self.window.rootViewController = self.navigationController; That is, noting there is …
iphone ios uitableview uinavigationcontroller rootviewI've got a problem concerning Navigationcontroller in AppDelegate. I'm using a storyboard, which looks like this: As a result of …
xcode uinavigationcontroller apple-push-notifications xcode-storyboardI have storyboard with these flow. I am using SWRevealViewController to navigate to each navigation controller. - Navigation Controller 1 --&…
ios swift uinavigationcontroller swrevealviewcontroller