The UINavigationBar class implements a control for navigating hierarchical content in iOS.
How do I pop up an UIAlertView when the back button of a UINavigationBar (controlled by a UINavigationController) was tapped? …
uinavigationcontroller xamarin.ios uinavigationbar back-buttonI have a subclass of UIViewController which handles a UIView. The viewcontroller is presented modally (it slides up from the …
iphone rotation uinavigationbar landscape autoresizeI'm attempting to hide the navigation bar globally through my app running Android 4.2.2 I have managed to use the following (…
java android uinavigationbar android-alertdialog navigationbarI've got a UIView with a NavigationBar and I'd like to add a button which looks like the style of …
iphone objective-c uinavigationcontroller uinavigationbar back-buttonI have view controllers in a navigation controller (root: RootViewController, second: ReadingViewController), but in the second view controller I want …
ios objective-c uinavigationcontroller uinavigationbar uistoryboardsegueIs it possible to change the tint with animation for a smoother effect? This doesn't work for me: [UIView beginAnimations:…
iphone uinavigationcontroller uinavigationbar tint tintcolorThis may not be possible, but I'm hoping someone will have an idea how to do it. I have an …
ios ipad uinavigationbar uipopovercontrollerI am using a button as a title view for my UITableViewController which opens a dropdown list of categories. Selecting …
ios uinavigationbar ios11 titleviewI have a MKMap in my ViewController and I allow my users to switch map types between "Standard", "Hybrid", and "…
ios swift uinavigationbar tintcolor bartintcolorI have customized the UINavigationBar's height to 100px and I'd like to add buttons onto this customized bar. All is …
objective-c ios uinavigationcontroller uinavigationbar uinavigationitem