Top "Uinavigationcontroller" questions

The UINavigationController class implements a specialized iOS view controller that manages the navigation of hierarchical content.

On iOS 7, pushing a controller with a toolbar leaves a gap of unusable space if it's ultimately contained within a tab bar controller

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 uinavigationcontroller
Swift Custom Navigation Controller Class

Everyone who reads it, hello and thank you. I am writing an application like Viber or WhatsApp for iOS devices …

ios uinavigationcontroller swift3 uinavigationbar uinavigationitem
Navigation bar with multiple buttons

I have a navigation bar with a left and right button, and I need to put another button next to …

ios objective-c uinavigationcontroller uibarbuttonitem
pushviewcontroller animation is slow/choppy

I push a ViewController which contains not too many views, UIScrollView which contains 10 views inside, I have a singleton ViewController …

uiviewcontroller uinavigationcontroller pushviewcontroller
Pop to root view when tab is selected

I've been having some trouble with something I thought might be easy. I have a table in my root view …

iphone ios uinavigationcontroller uitabbarcontroller
How do I pop the view controller underneath a pushed view controller?

I want to push a view controller onto the stack, then pop the first one that pushed the new one. …

iphone ipad uiviewcontroller uinavigationcontroller ipod
Pass data through navigation back button

I am in this situation: I am passing 4 array from Progress Table to Detail Exercise using prepare for segue and …

ios swift uinavigationcontroller pass-data
Hide the rightBarButtonItem of a navigation controller

Does anyone know how to hide a rightBarButtonItem of a UINavigationController? In my application, I have an edit button as …

ios iphone uinavigationcontroller uibarbuttonitem rightbarbuttonitem
Adding a title to the left side of the navigation bar

Is it possible to add a title to the left side of the navigation bar? I know how I can …

ios xcode swift uinavigationcontroller navigationbar
How do I use UISearchController in iOS 8 where the UISearchBar is in my navigation bar and has scope buttons?

I'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