on iOS, the UINavigationItem class encapsulates information about a navigation item pushed on a UINavigationBar object’s stack
I have a navigationBar with both Left and Right bar buttons on each side. I have a customTitlelabel which I …
iphone ios uinavigationcontroller uinavigationitemI'm using UINavigationItem's titleView property to set a custom UILabel with my desired font size/color. Here's my code: self.…
iphone objective-c cocoa-touch ipad 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’m attaching a UISearchController to the navigationItem.searchController property of a UITableViewController on iOS 11. This works fine: I can …
ios uinavigationitem uisearchcontrollerI am creating a custom UIToolbar to use as a UIView in the UINavigationBar.navigationitem.titleView property. I would like …
ios uinavigationitemI apologize I am new to iphone programming. I have created a Master-Detail Iphone application (so Navigation Controller came with …
iphone ios uiviewcontroller uinavigationcontroller uinavigationitemHow do I remove the horizontal padding to the left and right of custom left and right UINavigationBar items? There …
iphone ios uinavigationbar uibarbuttonitem uinavigationitemI'm working on an app where my initial view controller is embedded in a Navigation Controller and Tab bar controller. …
ios swift uinavigationbar uinavigationitemIt's easy enough to drag and drop bar button items onto a view controller's navigation bar in a storyboard in …
interface-builder uibarbuttonitem uinavigationitem uistoryboardI used this code to use a custom image as the back button in the whole app. [[UINavigationBar appearance] setBackIndicatorImage:[…
objective-c ios7 uinavigationbar uinavigationitem