Top "Rightbarbuttonitem" questions

The rightmost Bar Button Item in UIToolBar in objective-C

How do I hide/show the right button in the Navigation Bar

I need to hide the right button in the Navigation Bar, then unhide it after the user selects some options. …

ios objective-c uibarbuttonitem rightbarbuttonitem
How to adjust space between two UIBarButtonItem in rightBarButtonItems

I am using the following codes to add two button to self.navigationItem.rightBarButtonItems, and I think in iOS7, the …

iphone xcode ios7 spacing rightbarbuttonitem
setting the size of navigationbar icon ios

I want to know is there any default size for Navigationbar icons.where designer need to design it.Should they …

ios uinavigationbar rightbarbuttonitem
Hide the rightBarButtonItem of a navigation controller

Does anyone know how to hide a rightBarButtonItem of a UINavigationController? In my application, I have an edit button as …

ios iphone uinavigationcontroller uibarbuttonitem rightbarbuttonitem
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
Change the color of a bar button in iOS 7

I have the following code in my viewDidLoad of my containing view: // Now add the next button UIBarButtonItem *nextButton = [[UIBarButtonItem …

ios uinavigationcontroller ios7 rightbarbuttonitem
"self.navigationItem.rightBarButtonItem" Not working

I have the following code taken straight from the NavBar sample code from Apple. I put this in the viewDidLoad …

iphone objective-c ios viewdidload rightbarbuttonitem
How to hide share button in QLPreviewController using swift?

I'm using the below code to use QLPreviewcontroller to show some documents in my app, let ql = QLPreviewController() ql.dataSource = …

ios swift qlpreviewcontroller rightbarbuttonitem
UIBarButtonItem not showing up in UINavigationController

I'm trying to add 2 buttons to a UINavigationController's navigation-bar: 1) the standard "back" button on the left side - which works, …

iphone uinavigationcontroller uinavigationitem rightbarbuttonitem