The UINavigationController class implements a specialized iOS view controller that manages the navigation of hierarchical content.
I am translating an app into Indonesian. The storyboard uses a navigation controller and push segues for all of its …
ios localization uinavigationcontroller back-buttonI have a UINavigationController that gets pushed a DetailsViewController. In this DetailsViewController, I want to use the toolbar that comes …
iphone cocoa-touch uinavigationcontroller uitoolbarI am using a UISplitViewController, with a MasterViewController and DetailViewController, without UINavigationControllers. Currenly the segue animation for master->detail, …
ios swift uinavigationcontroller segue uisplitviewcontrollerI am having problems to get my Navigation Controller to run properly! If I click in the cell of the …
ios uinavigationcontroller didselectrowatindexpathI've looked at several answers to questions similar but none of the answer worked. I have an app where I …
iphone ios uinavigationcontroller orientation viewcontrollerThe default behavior of a UITabBarController is to pop the contained UINavigationController to the root view controller when a particular …
iphone uinavigationcontroller uitabbarcontrollerIn my iPhone application, I have a tab bar. This tab bar holds a UINavigationController. I have: In Interface Builder …
iphone uiviewcontroller uinavigationcontroller uitabbarcontroller tabbarLet's say that I have 2 UIViewControllers on a stack within a UINavigationController. In the "parent" we call "[self.navigationController pushViewController:…
iphone ios uiviewcontroller uinavigationcontroller popviewcontrollerI have a UINavigationController and I have seperate UIViews that I switch between using a UISegmentControl. On switching the views, …
iphone uitableview uinavigationcontroller didselectrowatindexpathIn my Application what i'm doing is: rootViewController -> pushViewController -> pushViewController -> pushViewController -> presentModalViewController …
ios objective-c uinavigationcontroller presentmodalviewcontroller poptoviewcontroller