Top "Uibarbuttonitem" questions

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

Xcode 6 Storyboard Unwind Segue with Swift Not Connecting to Exit

When trying to connect a Navigation Bar Button to the Exit item of a ViewController in Xcode 6 (not really sure …

ios swift xcode uibarbuttonitem
Adding a UIBarButtonItem programmatically to UINavigationBar

I dropped in a UINavigationBar in UIInterfaceBuilder. I present this view modally and just want a UIBackBarButton to return to …

ios iphone uinavigationbar uibarbuttonitem
How to add multiple UIBarButtonItems on right side of Navigation Bar?

I would like to have more than a single UIBarButtonItem on the right side of my UINavigationBar. How can I …

ios uinavigationbar uibarbuttonitem
xcode/storyboard: can't drag bar button to toolbar at top

I have a view controller that is the detail view of a table. When you click on the row of …

ios xcode navigation uibarbuttonitem
"Plain Style unsupported in a Navigation Item" warning with my customized Bar Button Item

I drag a Round Rect Button to the position of the right Bar Button Item, and set an image to …

iphone ios xcode uibarbuttonitem uibarbuttonitemstyle
image for nav bar button item swift

I want to display an image in the left hand side of my nav bar in swift. I have tried …

ios swift uinavigationcontroller uibarbuttonitem
How to programmatically create a "Back" UIBarButton item in Swift?

I was able to create a UIBarButton item that can go back programmatically using the following code: func backAction() -&…

ios swift uibarbuttonitem
Swift add badge to navigation barButtonItem and UIButton

I am trying to display badge on my notification button, in app as displayed on AppIcon. So far whatever i …

swift uibutton uibarbuttonitem badge
UIBarButtonItem changing title not working

How can I change the title of a UIBarButtonItem? I have the following code which is called when an "edit" …

ios uinavigationbar uibarbuttonitem
setting image for UIBarButtonItem - image stretched

When I try to use UIBarButtonItem's "initWithImage" to initialize a navigation bar custom image, it comes out washed-up and stretched …

ios uinavigationbar uibarbuttonitem