Top "Uinavigationitem" questions

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

How to change background color of UINavigationItem?

I have a UINavigationItem, but I can't found anything beside tittle, prompt, and back button in attribute inspector I wonder …

ios iphone swift uinavigationitem
Navigation Controller Back button to go to the screen before the previous screen

I'm wondering whether it's possible to go back to 2 previous page using navigation controller button. Right now, I've custom made …

uinavigationcontroller uinavigationbar back-button uinavigationitem back
Adding a refresh UIBarButtonItem to a UINavigationController loaded from a NIB

I have a UINavigationController loading in the first tab of a UITabBarController. I'd like add a refresh button on the …

iphone objective-c uinavigationcontroller uinavigationbar uinavigationitem
Navigation title not showing on view with tab view controller, but "back" navigation works

I'm relatively new to iOS Objective-C development, and I've come across a problem that I can't find a solution to. …

ios xcode uinavigationcontroller uinavigationitem uitabview
Back Navigation Button Not Showing up in Pushed View Controller

I have a problem where I can successfully push a new view controller from my root view controller (using the …

iphone uinavigationcontroller ios4 uinavigationitem
Back-like arrow on iOS 7

I need to add a left bar button item in my app that looks like system back button, but is …

ios uinavigationbar uinavigationitem
How to add an action to share button in navigation bar with Xcode

I am trying to add an action to my share button in navigation bar but I don't know how and …

ios objective-c xcode selector uinavigationitem
navigationController.navigationItem vs navigationItem

Just curious, why setting self.navigationItem = ... works, but self.navigationController.navigationItem fails? The same applies for self.toolbarItems vs self.…

ios uinavigationcontroller uinavigationitem
UISegmentedControl, UIToolbar and UINavigationItem

I've create a UISegmentedControl and successfully attached it to my navigationItem.tableView. But when I try instead to attach it …

iphone uisegmentedcontrol uitoolbar uinavigationitem
Navigation bar titleView alignment

I want my navigation bar to show two things in the middle. One them is going to be List name, …

ios iphone swift alignment uinavigationitem