Top "Uinavigationitem" questions

on iOS, the UINavigationItem class encapsulates information about a navigation item pushed on a UINavigationBar object’s stack

Customize navigation bar by adding two labels instead of title in Swift

I am trying to add two labels in the place where the title is shown in navigation bar, but I …

ios swift uinavigationcontroller uilabel uinavigationitem
iOS >> UINavigation Item Back Button Title Doesn't Change

I'm trying to set the BACK button for a pushed VC set within a UINavigationController stack. I use the following …

ios back-button uinavigationitem
Get the frame of UIBarButtonItem in Swift?

how could I get the frame of a rightbarbuttonItem in swift? I found this : UIBarButtonItem: How can I find its …

ios swift uibarbuttonitem uinavigationitem
Swift Custom Navigation Controller Class

Everyone who reads it, hello and thank you. I am writing an application like Viber or WhatsApp for iOS devices …

ios uinavigationcontroller swift3 uinavigationbar uinavigationitem
Change navigation bar bottom border color Swift

It works with import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the …

ios swift uinavigationitem
Setting navigation bar back button image

I want to set the back button in my UINavigationBar to this image: I don't want the image to be …

ios uibarbuttonitem uinavigationitem uiappearance
How can I get a full-sized UINavigationBar titleView

I am trying to add a custom control as the titleView in a UINavigationBar. When I do so, despite setting …

iphone uiview uinavigationbar uinavigationitem
Change Spacing Between UIBarButtonItems in iOS 8

I have a UINavigationItem on my view controller, and I am trying to reduce the spacing between my two RightBarButtonItems. …

ios swift ios8 uinavigationitem spacing
Iphone/Ipad Add Image and Text to Navigation Title

I am simply trying to add an image and text to the navigationItem title. This is what I am doing, …

iphone ios uiimage uinavigationbar uinavigationitem
rightBarButtonItem does not appear in Navigation Bar iOS

I'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