The UINavigationBar class implements a control for navigating hierarchical content in iOS.
I want to change the color of the text and icon in the iOS 11 searchbar when it is embedded in …
ios swift uinavigationbar uisearchbarI'm trying to set the back button image in nav bar in my controller, here's my code in viewDidLoad(): var …
ios swift uinavigationcontroller uinavigationbar uinavigationitemWhen I try to use UIBarButtonItem's "initWithImage" to initialize a navigation bar custom image, it comes out washed-up and stretched …
ios uinavigationbar uibarbuttonitemIn my app, i want to add image(logo) in Navigation bar. I am working on XCode 4.2 and iOS 5. I …
iphone objective-c uinavigationcontroller uiimage uinavigationbarI want to be able to set the font of my apps navigation bar back button without doing anything too …
ios objective-c uinavigationbar uibarbuttonitem uifontI have a navigation based app with a navigation bar, but there are a few instances where instead of pushing …
objective-c ios cocoa-touch uinavigationbar modalviewcontrollerhow to hide top bar in UIViewcontroller when i push from navigation controller using pushViewController ? any help please?
iphone objective-c uinavigationcontroller uinavigationbarSeeing a behavior on iOS11 with a navigationItem.titleView where the width of the titleView is not the full width …
ios uinavigationcontroller uinavigationbar ios11 navigationitemHow do I make a UISegmentedControl as a part of an UINavigationBar below it? Is it connected to the UINavigationBar …
ios uinavigationbar uisegmentedcontrolIf I set the displaysSearchBarInNavigationBar = YES in viewDidLoad, the search bar will be in navigation bar when the view show …
ios uinavigationbar uisearchbar