Top "Uinavigationbar" questions

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

How to resize Title in a navigation bar dynamically

I have some views that show up in a navigation controller. Two of these views have a longer title for …

iphone uinavigationcontroller resize uinavigationbar autoresize
Remove Navigationbar's bottom border iOS7

Is there a way to delete the bottom border that iOS7 automatically displays under the navigationbar?

objective-c uinavigationbar ios7 xcode5
Set background image of navigation bar for all bars

since I updated to xcode 4.2 and iOS 5 following code has no effect: @implementation UINavigationBar (CustomNavBarBG) -(void)drawRect:(CGRect)rect{ …

objective-c three20 uinavigationbar xcode4.2
How to prevent status bar from overlapping content with hidesBarsOnSwipe set on UINavigationController?

I'm trying to use the new feature added in iOS 8 - hiding the navigation bar while user is scrolling the …

ios objective-c uinavigationcontroller uinavigationbar ios8
UINavigationBar BarButtonItem with Plain Style

i got the following code: - (id)init { if (self = [super init]) { self.title = @"please wait"; UIBarButtonItem *favorite = [[UIBarButtonItem alloc] …

iphone image uinavigationbar uibarbuttonitem
How to set multi line Large title in navigation bar? ( New feature of iOS 11)

I am in process of adding large title in navigation bar in one of the application. The issue is title …

ios swift uilabel uinavigationbar large-title
Placing a custom view based UIBarButtonItem in the navigation bar without default horizontal padding

How do I remove the horizontal padding to the left and right of custom left and right UINavigationBar items? There …

iphone ios uinavigationbar uibarbuttonitem uinavigationitem
Bar button item not shown in navigationBar

I'm working on an app where my initial view controller is embedded in a Navigation Controller and Tab bar controller. …

ios swift uinavigationbar uinavigationitem
How to properly position the back button in iOS7

I used this code to use a custom image as the back button in the whole app. [[UINavigationBar appearance] setBackIndicatorImage:[…

objective-c ios7 uinavigationbar uinavigationitem
Change the height of NavigationBar and UIBarButtonItem elements inside it in Cocoa Touch

I suppose it's not strictly in line with Apple guidelines but I guess it must be possible somehow. I'd like …

cocoa-touch uinavigationcontroller uinavigationbar uibarbuttonitem