The UINavigationBar class implements a control for navigating hierarchical content in iOS.
I want to display, above any other views, even the navigation bar, a kind of "pop-up" view that looks like …
ios uiviewcontroller uinavigationbar popupwindowWhat I wanted to do is to remove the text from the 'Back' button of a UIBarButtonItem, leaving only the …
ios uinavigationbar uibarbuttonitem uinavigationitemI need to detect when the user taps the "back" button on the navigation bar, in order to perform some …
ios uinavigationcontroller uinavigationbar selectorHow to add a button to UINavigationBar programmatically?
ios iphone xcode interface-builder uinavigationbarI know how to change the UINavigationBar background image by doing [[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"nabbar"] forBarMetrics:UIBarMetricsDefault]; and …
ios objective-c cocoa-touch uinavigationbarI got the opposite issue from here. By default in iOS7, back swipe gesture of UINavigationController's stack could pop the …
ios objective-c uinavigationcontroller uinavigationbar uinavigationitemI want to customize my app's look by using a logo image as the navigation bar's title, instead of plain …
ios cocoa-touch uiimage uinavigationbarI have system "NavigationViewController -> MyViewController", and I programmatically want to present MyViewController inside a third view controller. The …
ios swift uinavigationcontroller uinavigationbar viewcontrollerAfter updating to Xcode 5, the navigation bars in all of my app's views have shifted down. Here are some screenshots, …
ios objective-c ios7 uinavigationbar uistatusbarIn the new iOS7 Facebook iPhone app, when the user scrolls up the navigationBar gradually hides itself to a point …
ios iphone objective-c ios7 uinavigationbar