The UINavigationBar class implements a control for navigating hierarchical content in iOS.
I've added a navigation bar to a UIViewController. It is displayed from another UIViewController only. I'd like to have a …
iphone cocoa-touch uinavigationbar uinavigationitemI would like an entirely transparent UIToolbar and/or UINavigationBar. I have tried the various incantations suggested for pre- and …
ios uinavigationcontroller uinavigationbar ios7 uitoolbarI stumbled upon this many times, never found a solution. A UINavigationController's navigationBar can be set to black translucent like: …
uinavigationcontroller uinavigationbar uicolor translucencyI need to know when my view controller is about to get popped from a nav stack so I can …
iphone objective-c uikit uiviewcontroller uinavigationbari'm trying to style the navigation bar properly, i need to change the font to helvetica neue with a size …
string swift uinavigationbarI'd like to create a Navigation bar on top of my App. I created an Navigation Controller -> Tab …
swift uinavigationbar xcode6-beta5I have my UISearchBar being part of the navigation bar like: let searchBar = UISearchBar() //some more configuration to the search …
ios swift uinavigationbar ios11How can I change the title of a UIBarButtonItem? I have the following code which is called when an "edit" …
ios uinavigationbar uibarbuttonitemI have a problem when dragging a navigation bar or toolbar (storyboard) to my view controller. UINavigationBar: As you can …
uinavigationbar uistoryboard uitoolbar ios7With iOS 11 Apple has redesigned the UISearchBar by making the corners rounder and the height bigger. Adding a UISearchBar to …
uinavigationbar uisearchbar ios11