Top "Uinavigationcontroller" questions

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

Deinit never called

I'm creating a ViewController object an pushing it to a navigation controller. When the object is being popped from the …

swift uinavigationcontroller deinit
iOS 7 Status Bar Collides With NavigationBar

I have a view controller in my app that has a navigation bar dragged on it in the storyboard. It …

ios objective-c uinavigationcontroller uinavigationbar ios7
How to get the previous viewcontroller that pushed my current view

The home page of my app has UIButtons, btnIncome and btnExpense. Pressing on this buttons pushes IncomeVC and ExpenseVC respectevely,…

iphone uiviewcontroller uinavigationcontroller uitabbarcontroller
iOS 7 -- navigationController is setting the contentInset and ContentOffset of my UIScrollView

I have a UIScrollView (actually a UICollectionView, but that probably doesn't matter). When it appears in IOS 7, the navigation controller …

ios uiscrollview uinavigationcontroller ios7
iPhone UINavigation Issue - nested push animation can result in corrupted navigation bar

I keep getting the following errors: 2011-04-02 14:55:23.350 AppName[42430:207] nested push animation can result in corrupted navigation bar 2011-04-02 14:55:23.352 …

iphone ios4 uinavigationcontroller navigationcontroller
Change the navigation bar's font

The question is plain easy and simple, the answer unfortunately not. How can you change the font of the text …

iphone objective-c uinavigationcontroller uinavigationbar
Push View from Presented View Controller in iOS

In Short : How can I PushViewController from Presented ViewController ? In Brief : I have MainViewController, In which I have one button …

ios objective-c uinavigationcontroller pushviewcontroller presentviewcontroller
Changing back button in iOS 7 disables swipe to navigate back

I have an iOS 7 app where I am setting a custom back button like this: UIImage *backButtonImage = [UIImage imageNamed:@"back-button"]; …

ios uinavigationcontroller ios7 uibarbuttonitem uiviewanimation
Completion handler for UINavigationController "pushViewController:animated"?

I'm about creating an app using a UINavigationController to present the next view controllers. With iOS5 there´s a new …

ios uinavigationcontroller handler pushviewcontroller
Can i pop to Specific ViewController?

I am using navigation based application. I push First ViewController to Second ViewController and from Second ViewController to Third ViewController. …

iphone uinavigationcontroller popviewcontroller