Top "Uinavigationcontroller" questions

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

How to press "Back" button in UINavigationController programmatically

I have a UIViewController called FriendsViewController inside a UINavigationController. And a second UIViewController called FriendsDetailedViewController. When navigating from the first …

iphone objective-c ios uiviewcontroller uinavigationcontroller
Accessing a Top Navigation Controller from a Subview Navigation Controller

I have a my views and controllers set up like so. A Tab/Bar controller Within 1. is a root view …

iphone uinavigationcontroller subview navigationcontroller
How to detect if view controller is being popped of from the navigation controller?

I currently need to implement some code when the top view controller is being popped off from my navigation controller. …

ios objective-c cocoa-touch uiviewcontroller uinavigationcontroller
Programmatically add UINavigationController in UIViewController

I currently have a view set up as the following: @interface BlogViewController : UIViewController <UITableViewDelegate, UITableViewDataSource> { UITableView *mainTableView; } @property (…

ios uitableview ios4 uinavigationcontroller pushviewcontroller
how to hide navigationbar when i push from navigation controller?

how to hide top bar in UIViewcontroller when i push from navigation controller using pushViewController ? any help please?

iphone objective-c uinavigationcontroller uinavigationbar
iOS 11 navigationItem.titleView Width Not Set

Seeing a behavior on iOS11 with a navigationItem.titleView where the width of the titleView is not the full width …

ios uinavigationcontroller uinavigationbar ios11 navigationitem
Navigation bar disappeared from my storyboard items

From one day to another the navigation bar disappeared from my storyboard items in XCode 4.6.2. I can't restore them (cleaning, …

ios xcode uinavigationcontroller storyboard
ios: Accessing a navigation controller from app delegate

I have an app that receives push notifications. In didReceiveRemoteNotifications, I would like to make the app show a particular …

ios uinavigationcontroller push-notification pushviewcontroller uiapplicationdelegate
pushViewController not working

I have an application which has a view called store. In this view there is a button which loads the …

iphone objective-c ios uinavigationcontroller pushviewcontroller
Programmatically pressing a UITabBar button in Xcode

Sorry for the newbie question. I have a UITabBar in my main window view as well as an array of …

iphone objective-c cocoa-touch uinavigationcontroller uitabbar