The UINavigationBar class implements a control for navigating hierarchical content in iOS.
I have NavigationController that handles navigation through my app. According to my design, the very first view should have no …
ios swift3 uinavigationcontroller uinavigationbar xcode8.2I want to exploit the new iOS 5 appearance API to supply custom background images to all UINavigationBar instances in my …
objective-c ios ios5 uinavigationbar appearanceI have a UINavigationController loading in the first tab of a UITabBarController. I'd like add a refresh button on the …
iphone objective-c uinavigationcontroller uinavigationbar uinavigationitemI have a UIToolbar that has a white tint, with a bar button item, followed by some flexible space, followed …
iphone objective-c ios uinavigationbar uitoolbarPlease forgive me, there are already a ton of questions on how to add a UIBarButtonItem to a NavigationBar programmatically …
ios uinavigationcontroller uinavigationbar uibarbuttonitem uipageviewcontrollerI want to create a system UIBarButton, but I want it to have plain style. I've tried with this code, …
iphone ios uinavigationbar uibarbuttonitem uibarbuttonitemstyleI'm pretty new in iphone programming and have stumbled upon this issue which I guess should be pretty basic stuff. …
iphone ios5 uinavigationbar tabbarcontrollerI am trying to change the look of the UINavigationBar in my iOS7 app. I am doing the following: - (…
ios objective-c uinavigationbar uiappearanceWhen using prefersLargeTitles for a UINavigationController's UINavigationBar in iOS 11, the nav bar increases height. The increase is from 44 to 96 on …
ios uinavigationcontroller uinavigationbar ios11 large-titleI need to add a left bar button item in my app that looks like system back button, but is …
ios uinavigationbar uinavigationitem