Top "Uinavigationitem" questions

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

How to create Navigation bar with back button on it?

I am very new to iOS App Development. In my app I am trying to navigate from second view to …

ios xcode4 uinavigationbar xcode4.3 uinavigationitem
Adjusting navigationItem.titleView's frame?

I noticed that the titleView's position depends on the rightbarbutton title. How can I set the frame of the titleView …

iphone uinavigationitem
Custom back button on navigation bar

In my application there are many UIViewControllers with UINavigationControllers. There must be a "back" button and a "home" UIButton on …

iphone ios uinavigationcontroller uinavigationitem
UINavigationBar multi-line title

Is there a straightforward way of overriding the titleView of the current navigation bar item in a navigation bar within …

uinavigationcontroller uilabel uinavigationbar title uinavigationitem
Adding back button to navigation bar

I've added a navigation bar to a UIViewController. It is displayed from another UIViewController only. I'd like to have a …

iphone cocoa-touch uinavigationbar uinavigationitem
swift: setting back button image in nav bar

I'm trying to set the back button image in nav bar in my controller, here's my code in viewDidLoad(): var …

ios swift uinavigationcontroller uinavigationbar uinavigationitem
iOS rightBarButtonItem on UINavigationController in swift

I'm trying to put a rightBarButtonItem on a second view controller of an UINavigationViewController stack. I'm creating and setting the …

ios swift uibarbuttonitem uinavigationitem
How to add custom view on right of navigation bar Swift?

I am trying to add a custom view on right of UINavigationBar. What I tried is the following, but the …

ios iphone swift uinavigationbar uinavigationitem
navigation bar right bar button items spacing

I have created a with left bar button item added from storyboard, titleView and three right bar button items from …

ios swift uibarbuttonitem uinavigationitem
How to Change back button title on navigation controller in swift3?

I want to change the title of backbutton to any name in swift 3.I tried many ways but none of …

swift uinavigationcontroller uinavigationbar uinavigationitem