The UINavigationBar class implements a control for navigating hierarchical content in iOS.
I want to hide a toolbar and nav bar as I scroll down a page. And return it as I …
ios swift uinavigationbar uitoolbarHow do I change the NavigationBar font in Swift? This is what I have tried so far, but receiving an …
swift uinavigationbar navigationbarI dropped in a UINavigationBar in UIInterfaceBuilder. I present this view modally and just want a UIBackBarButton to return to …
ios iphone uinavigationbar uibarbuttonitemI would like to have more than a single UIBarButtonItem on the right side of my UINavigationBar. How can I …
ios uinavigationbar uibarbuttonitemI want to make the top of the navigation view a bit smaller. How would you achieve this? This is …
iphone height uinavigationbarI have an UINavigationBar added to my UIViewController view. I want to change the fonts properties. Note that I want …
objective-c cocoa-touch fonts uinavigationbar titleHow can I change the font of the back button for my navigation bar. The back button is either "back" …
ios swift cocoa-touch uinavigationcontroller uinavigationbarIs there a straightforward way of overriding the titleView of the current navigation bar item in a navigation bar within …
uinavigationcontroller uilabel uinavigationbar title uinavigationitemIs it possible to change the grey border-bottom color of the UINavigationBar in iOS7? I already tried to remove to …
colors border uinavigationbar ios7 xcode5I want to add segmented control to the navigation bar but also keep the title and buttons, like in iOS 7 …
ios uinavigationbar uisegmentedcontrol