The UINavigationController class implements a specialized iOS view controller that manages the navigation of hierarchical content.
In my iOS app, my window's rootViewController is a tab bar controller with the a hierarchy like this: UITabBarController UINavigationController 1 …
ios iphone objective-c ios7 uinavigationcontrollerEveryone who reads it, hello and thank you. I am writing an application like Viber or WhatsApp for iOS devices …
ios uinavigationcontroller swift3 uinavigationbar uinavigationitemI have a navigation bar with a left and right button, and I need to put another button next to …
ios objective-c uinavigationcontroller uibarbuttonitemI push a ViewController which contains not too many views, UIScrollView which contains 10 views inside, I have a singleton ViewController …
uiviewcontroller uinavigationcontroller pushviewcontrollerI've been having some trouble with something I thought might be easy. I have a table in my root view …
iphone ios uinavigationcontroller uitabbarcontrollerI want to push a view controller onto the stack, then pop the first one that pushed the new one. …
iphone ipad uiviewcontroller uinavigationcontroller ipodI am in this situation: I am passing 4 array from Progress Table to Detail Exercise using prepare for segue and …
ios swift uinavigationcontroller pass-dataDoes anyone know how to hide a rightBarButtonItem of a UINavigationController? In my application, I have an edit button as …
ios iphone uinavigationcontroller uibarbuttonitem rightbarbuttonitemIs it possible to add a title to the left side of the navigation bar? I know how I can …
ios xcode swift uinavigationcontroller navigationbarI'm trying to use the new UISearchController from iOS 8, and embed its UISearchBar in my UINavigationBar. That's easily done as …
ios uinavigationcontroller ios8 uisearchbar uisearchcontroller