Top "Uinavigationbar" questions

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

Changing Navigation Bar Title Font in Interface Builder

I've implemented a Navigation Controller for my View Controller with storyboard. Now i want changing navigation bar title font and …

ios xcode fonts uinavigationbar uistoryboard
ios 11 transparent navigation bar

Creating a transparent navigation bar no longer works with ios 11. I get this black bar at the top because the …

ios swift uinavigationbar navbar ios11
iOS 7 Custom UINavigationBar TitleView moves when Pushing or Popping new View Controller

I am using a custom title view for a UINavigationBar with the following code: // Set a label to the nav …

ios iphone objective-c uinavigationbar autoresizingmask
Animate nav bar title text change

In my app, I have a page view controller that allows the user to swipe between different "sections" of the …

ios objective-c animation uinavigationbar uiviewanimation
Showing a UIProgressView inside or on top of a UINavigationController's UINavigationBar

I want to have an UIProgressView to show a progress on the bottom of a navigation bar (just like when …

ios uitableview uinavigationcontroller uinavigationbar uiprogressview
Add UIActivityIndicatorView into UIBarButton

How do I add a UIActivityIndicatorView spinner circle into a UIBarButton, so that when a user taps on one of …

iphone button uinavigationbar uiactivityindicatorview
iPhone: UINavigationBar with buttons - adjust the height

I am working on an iPhone application which works in both orientations: portrait and landscape. I am using for one …

iphone height uinavigationbar uibarbuttonitem uinavigationitem
Add UINavigationBar programmatically with a Done button

So I have a modal view and want to add a UINavigationBar programmatically with a Done button to dismiss this …

objective-c xcode uinavigationbar modalviewcontroller
how to set uitoolbar's background similar to my navigation bar

Hello everyone: I have set a custom background for my navigation bar, it's a tint color i think that i …

iphone xcode uinavigationbar uitoolbar ios-4.2
How to animate a button change in UINavigationBar?

I am calling the -(void)setEditing:(BOOL)editing animated:(BOOL)animated method in my code to swap between two …

iphone ios animation uinavigationbar uibarbuttonitem