The UINavigationBar class implements a control for navigating hierarchical content in iOS.
I'm testing iPhone X behavior using the Xcode simulator. For some odd reason, if I'm hiding the Status Bar the …
ios uinavigationcontroller uinavigationbar statusbar iphone-xI want to change the color of my right bar button item from black to white. It is a button …
ios swift uinavigationcontroller uinavigationbar uinavigationitemIn my iPad app I have an application settings view. One of the options lets the user switch interface color …
uinavigationbar uitabbar uitoolbar appearanceUPDATE Based on Tim's answer, I implemented the following in each view controller that had a scrollview (or subclass) that …
ios objective-c uinavigationbar ios7I'm trying to have two UILabels in my navigation bar instead of just one. I followed this link to have …
ios uinavigationbar center title subtitleI have a requirement in which I have to use a UINavigationBar with a red large title. Currently, I have …
ios uikit uinavigationbar ios11I'm wondering whether it's possible to go back to 2 previous page using navigation controller button. Right now, I've custom made …
uinavigationcontroller uinavigationbar back-button uinavigationitem backI have a ViewController that manages a view in which I have a Table View, an ImageView and a Navigation …
ios uinavigationbar landscapeI am new to iOS development. I would like to know if in iOS 7 when sending a message under UINavigationBar, …
ios uinavigationbar uiprogressviewHow do you set a custom background image for the large title NavigationBar in iOS 11? I'm using a custom subclass …
ios swift uinavigationbar ios11