Top "Uinavigationcontroller" questions

The UINavigationController class implements a specialized iOS view controller that manages the navigation of hierarchical content.

Meaning of Warning "while a presentation is in progress!"

When I am integarting the Instagram in my project. I am getting a image from UIImagePickerController and after it i …

iphone objective-c uinavigationcontroller
self.title sets navigationController and tabBarItem's title? Why?

I do this in a UIViewController for one of my tabs: self.title = @"Welcome"; However, it's overwriting whatever I have …

iphone uinavigationcontroller tabbarcontroller
Dismiss modal view form sheet controller on outside tap

I am presenting a modal view controller as a form sheet and dismissing it when the cancel button, which is …

objective-c xcode uinavigationcontroller modalviewcontroller
iOS 7 Translucent Modal View Controller

The App Store app on iOS 7 uses a frosted glass-type effect where it is possible to see the view behind. …

ios objective-c uinavigationcontroller ios7 presentmodalviewcontroller
Get frame height without navigation bar height and tab bar height in deeper view hierarchy

I have a ViewController (B) which is handled by a PageViewController which is inside another ViewController (A) and open it …

ios objective-c swift uinavigationcontroller uitabbarcontroller
swift: setting back button image in nav bar

I'm trying to set the back button image in nav bar in my controller, here's my code in viewDidLoad(): var …

ios swift uinavigationcontroller uinavigationbar uinavigationitem
How to remove a specific view controller from uinavigationcontroller stack?

I have a uinavigationcontroller. After logged in i want to remove viewcontrollers like RegisterViewController,LoginViewController etc from UInavigationcontroller stack.. I …

iphone objective-c uinavigationcontroller navigation
How to add image in UINavigationBar in IPhone app

In my app, i want to add image(logo) in Navigation bar. I am working on XCode 4.2 and iOS 5. I …

iphone objective-c uinavigationcontroller uiimage uinavigationbar
UINavigationBar set tintcolor tested in iOS7 not working?

I have an app which have a UINavigationBar and I have set the tint color to black like this: self.…

iphone objective-c ios7 uinavigationcontroller tintcolor
UITabBarController: switch to a different view controller programmatically

In my iPhone app, to restore previously viewed tab, on launch I set the setSelectedIndex: (also tried setSelectedViewController: as per …

iphone objective-c uinavigationcontroller uitabbarcontroller restore