Top "Uinavigationbar" questions

The UINavigationBar class implements a control for navigating hierarchical content in iOS.

How can I change Drawer icon in flutter?

The drawer has this default three horizontal bars as default icon but i want to change it to something else. …

flutter dart navigation uinavigationbar drawer
How to change uinavigationbar back button text

I am currently trying to change the back button text of a subview that is loaded of a tablecell touch. …

iphone ios uinavigationbar back-button
Make a custom back button for UINavigationController

I'm developping an app for iOS 4.2+. I subclassed my UINavigationController to insert two UIImageView and make the navigation bar look …

ios uinavigationcontroller uinavigationbar uibarbuttonitem viewdidappear
How can I hide a UIBarButtonItem?

I have created a simple UI in IB, this consists of a UINavigationBar and a UIBarButtonItem that I dragged and …

iphone uibutton uinavigationbar uibarbuttonitem show-hide
How to remove UINavigationBar inner shadow in iOS 7?

Inner shadow example I'm trying to put nav bar below the other one to make it look like one tall …

uinavigationbar shadow ios7
How can we navigate back to previous view programmatically in iPhone?

I am working on iPhone application which based on navigation controller. for example there are 2 views here. A (UITableViewController) and …

iphone-sdk-3.0 uinavigationcontroller uinavigationbar
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
iOS 7: modal view controller status bar is wrong color but normal view controllers are correct

I have an issue in iOS7 where a normal UINavigationController pushed view controller has the correct status bar text color …

ios7 uinavigationbar statusbar
Need wantsFullScreenLayout behavior with NON-translucent bars on iOS 7

I want to be able to have my view cover the whole screen (go behind the navigation and tool bars) …

ios ios7 uinavigationbar uitoolbar xcode5