on iOS, the UINavigationItem class encapsulates information about a navigation item pushed on a UINavigationBar object’s stack
I am trying to add two labels in the place where the title is shown in navigation bar, but I …
ios swift uinavigationcontroller uilabel uinavigationitemI'm trying to set the BACK button for a pushed VC set within a UINavigationController stack. I use the following …
ios back-button uinavigationitemhow could I get the frame of a rightbarbuttonItem in swift? I found this : UIBarButtonItem: How can I find its …
ios swift uibarbuttonitem uinavigationitemEveryone who reads it, hello and thank you. I am writing an application like Viber or WhatsApp for iOS devices …
ios uinavigationcontroller swift3 uinavigationbar uinavigationitemIt works with import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the …
ios swift uinavigationitemI want to set the back button in my UINavigationBar to this image: I don't want the image to be …
ios uibarbuttonitem uinavigationitem uiappearanceI am trying to add a custom control as the titleView in a UINavigationBar. When I do so, despite setting …
iphone uiview uinavigationbar uinavigationitemI have a UINavigationItem on my view controller, and I am trying to reduce the spacing between my two RightBarButtonItems. …
ios swift ios8 uinavigationitem spacingI am simply trying to add an image and text to the navigationItem title. This is what I am doing, …
iphone ios uiimage uinavigationbar uinavigationitemI'm having problems displaying the rightBarButtonItem of the Navigation Bar - I'm attempting to create it programmatically in the Application …
objective-c uinavigationcontroller uibarbuttonitem uinavigationitem rightbarbuttonitem