Top "Uibarbuttonitem" questions

UIBarButtonItem is a button specialized for placement on a UIToolbar or UINavigationBar object.

Change width of a UIBarButtonItem in a UINavigationBar

I am creating a UIBarButtonItem and adding it to my navigation bar like so: (void)viewDidLoad { ... // Add the refresh button …

ios uinavigationbar uibarbuttonitem uinavigationitem
UIBarButtonItem with custom view not properly aligned on iOS 7 when used as left or right navigation bar items

The following code works up through iOS 6: UIButton *myButton = nil; myButton = [UIButton buttonWithType:UIButtonTypeCustom]; myButton.bounds = CGRectMake(0,0,44,30); // setup myButton's images, …

uibutton uinavigationbar uibarbuttonitem ios7 uinavigationitem
How to Edit Empty Spaces of Left, Right UIBarButtonItem in UINavigationBar [iOS 7]

I was using iOS 6.1 earlier, but now I have moved to iOS 7. Along with other problems, I have observed that …

ios iphone ios7 uinavigationbar uibarbuttonitem
Changing the Tint Color of UIBarButtonItem

I have a project using Storyboards and whenever I push a view controller with a segue, the dynamically created bar …

ios objective-c ios7 uibarbuttonitem tintcolor
iPhone Set Tint Color of Back Bar Button Item

I am trying to set the tint color of the back button within a navigation controller, but nothing is working. …

iphone xcode uibarbuttonitem backbarbuttonitem
Changing back button in iOS 7 disables swipe to navigate back

I have an iOS 7 app where I am setting a custom back button like this: UIImage *backButtonImage = [UIImage imageNamed:@"back-button"]; …

ios uinavigationcontroller ios7 uibarbuttonitem uiviewanimation
titleTextAttributes UIAppearance font in iOS 7

I am using UIAppearance to apply fonts to UINavigationBar and UIBarButtonItem and I am having problems. I ran this code: [[…

ios uikit uibarbuttonitem ios7 uiappearance
Show/Hide barButtonItem

I'm trying to show/hide a UIBarButtonItem. I added a barButton to the right side in the storyboard. Then in …

ios swift uibarbuttonitem
How to Dismiss a Storyboard Popover

I've created a popover from a UIBarButtonItem using Xcode Storyboards (so there's no code) like this: Presenting the popover works …

ios objective-c uipopovercontroller uibarbuttonitem uistoryboard
How to add Badges on UIBarbutton item?

Hi friends am new to iphone developing. Am struggle with add badge values on UIBarbutton item on right side. I …

ios uinavigationbar uibarbuttonitem badge