The UINavigationController class implements a specialized iOS view controller that manages the navigation of hierarchical content.
Can I change the font of my UINavigationController? --> title
ios fonts uinavigationcontroller titleSo I have a navigation controller in my built for iOS 7 app. The titleView is visible, as well as the …
ios uinavigationcontroller ios7 gestureI am wondering, that how to get navController from AppDelegate = [[UIApplication sharedApplication] delegate] in the iPhone programming. e.g., in …
iphone objective-c ios uinavigationcontroller uiapplicationdelegateI am using following line of code: [self.navigationController popViewControllerAnimated:YES]; But it is not behaving in ios 7 as it …
ios uinavigationcontroller popviewcontrolleranimatedIs there is a method to retrieve tab bar controller's current visible navigation controller? For example, I have 2 tabbars in …
objective-c ios uinavigationcontroller uitabbarcontrollerI want to change the title of backbutton to any name in swift 3.I tried many ways but none of …
swift uinavigationcontroller uinavigationbar uinavigationitemI have a project with a NavigationController, that contains into IB the first ViewController to show. That's just the default …
iphone uinavigationcontroller replace rootI have a navigationBar with both Left and Right bar buttons on each side. I have a customTitlelabel which I …
iphone ios uinavigationcontroller uinavigationitemSo I'm wanting to add a "subtitle" under the title in the navigation bar in navigation controller. Mostly everything I …
swift uinavigationcontroller uinavigationbar uinavigationitemI want to present a view controller with a slightly transparent background modally over the current view, such that the …
ios uiviewcontroller uinavigationcontroller modalviewcontroller