The UINavigationBar class implements a control for navigating hierarchical content in iOS.
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 uistoryboardCreating a transparent navigation bar no longer works with ios 11. I get this black bar at the top because the …
ios swift uinavigationbar navbar ios11I am using a custom title view for a UINavigationBar with the following code: // Set a label to the nav …
ios iphone objective-c uinavigationbar autoresizingmaskIn my app, I have a page view controller that allows the user to swipe between different "sections" of the …
ios objective-c animation uinavigationbar uiviewanimationI want to have an UIProgressView to show a progress on the bottom of a navigation bar (just like when …
ios uitableview uinavigationcontroller uinavigationbar uiprogressviewHow do I add a UIActivityIndicatorView spinner circle into a UIBarButton, so that when a user taps on one of …
iphone button uinavigationbar uiactivityindicatorviewI am working on an iPhone application which works in both orientations: portrait and landscape. I am using for one …
iphone height uinavigationbar uibarbuttonitem uinavigationitemSo I have a modal view and want to add a UINavigationBar programmatically with a Done button to dismiss this …
objective-c xcode uinavigationbar modalviewcontrollerHello 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.2I am calling the -(void)setEditing:(BOOL)editing animated:(BOOL)animated method in my code to swap between two …
iphone ios animation uinavigationbar uibarbuttonitem