The UINavigationController class implements a specialized iOS view controller that manages the navigation of hierarchical content.
I have tried to hide the back button in my navigation controller by adding the following lines to my viewDidLoad …
ios uinavigationcontroller ios7 back-buttonI'm trying to use the new feature added in iOS 8 - hiding the navigation bar while user is scrolling the …
ios objective-c uinavigationcontroller uinavigationbar ios8I suppose it's not strictly in line with Apple guidelines but I guess it must be possible somehow. I'd like …
cocoa-touch uinavigationcontroller uinavigationbar uibarbuttonitemI have a viewController that is usually (most often) accessed by using a push segue. This viewController needs to be …
ios uinavigationcontroller uistoryboard uistoryboardsegueI've read every tutorial I've found about UIPageViewController, but they show just basics, I'd like to create something like new …
ios7 uinavigationcontroller uipageviewcontrollerPossible Duplicate: SplitView like Facebook app on iPhone another break away .net developer here now trying to get used to …
iphone ios facebook uinavigationcontroller uisplitviewcontrollerI am trying to add two labels in the place where the title is shown in navigation bar, but I …
ios swift uinavigationcontroller uilabel uinavigationitemI was crawling Dribble and found the attached design. I was wondering how to do a custom navigation bar like …
iphone ios user-interface uinavigationcontroller navigationcontrollerI have a navigation view controller that upon action sends a segue to a tab bar view controller. Because of …
ios xcode swift uinavigationcontroller xcode-storyboardWell in my app I have a navigation controller with a table view, and when pressing a button a tab …
ios uinavigationcontroller uitabbarcontroller titlebar