Top "Uinavigationbar" questions

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

Achieving bright, vivid colors for an iOS 7 translucent UINavigationBar

iOS 7.1 UPDATE: Looks like the workaround for modifying the alpha channel in the UINavigationBar has been ignored in this update. …

ios objective-c uikit uinavigationbar ios7
Hide back button in navigation bar with hidesBackButton in Swift

I want to hide the back button when transitioning from one view to another. I read the questions regarding this …

ios swift ios8 uinavigationbar
IOS7 : UIScrollView offset in UINavigationController

I'm currently migrating my app on ios 7 and I've been stuck for hours on the new navigationcontroller/bar management. Before, …

uinavigationcontroller uinavigationbar ios7
Set a custom subclass of UINavigationBar in UINavigationController programmatically

Does anyone know how can I use my custom subclass of UINavigationBar if I instantiate UINavigationController programmatically (without IB)? Drag …

objective-c uinavigationcontroller uinavigationbar
How to make navigation bar transparent in iOS 7?

Is there a way to make the bar of a navigation controller totally transparent? What i've tried: [self.navigationController.navigationBar …

ios objective-c ios7 uinavigationbar transparent
Seeing black bars at the top and bottom of the iPhone X Simulator

Running my App in the iPhone X Simulator (GM Seed) I am noticing two strange effects: the App does not …

ios uinavigationbar ios-simulator xcode9 iphone-x
How do I disable the navigation bar shadow in iOS 6 for navigation bars with custom background images?

It seems in iOS 6, a drop shadow is automatically added to the navigation bar even when you set a custom …

iphone uinavigationbar shadow ios6
Can't set titleView in the center of navigation bar because back button

I'm using an image view to display an image in my nav bar. The problem is that I can't set …

ios objective-c uinavigationbar
How to add Badges on UIBarbutton item?

Hi friends am new to iphone developing. Am struggle with add badge values on UIBarbutton item on right side. I …

ios uinavigationbar uibarbuttonitem badge
Objective C: How to change text color in navigation bar

I have changed my navigation bar color via the following code navconFvc.navigationBar.tintColor = [UIColor colorWithHexString:@"faf6f5"]; The code …

objective-c ios icons uinavigationbar textcolor