Questions tagged [rightbarbuttonitem]

The rightmost Bar Button Item in UIToolBar in objective-C

112 questions
0
votes
1 answer

Custom rightBarButtonItem disappearing

I have a strange bug with a custom rightBarButtomItem in the NavBar. I have a TabBar application. If the app is loaded the button shows up correct. If i click through the tabs the button keeps showing. If i go back to one of the tabs which was…
0
votes
4 answers

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, and 2) a "search" button on the right side - which does not show up. Here's the…
0
votes
2 answers

multiple rightbar buttons in navigationbar in xcode4.2

I want to create three buttons in right side of Navigation bar.I am using storyboard for creating the UIView Controller. In DetailViewController am Embedded a Navigation bar using storyboard and then creating three UIBarButtonItem programetically…
user1017932
  • 77
  • 2
  • 9
0
votes
1 answer

A custom button on Navigation

I've created a custom button as an NavigationItem at the rightBarBuuttonItem. It works well, but when I click outside the button, for example a little down of the button, it still works. Here is my code fetchButton = [[UIButton alloc]…
Nathan Bao
  • 51
  • 1
  • 7
0
votes
4 answers

Strange behaviour of simulator & device when adding rightBarButtonItems to a UINavigationItem

In my application I am added two button at right of a UINavigationItem, its working fine on simulator, but when I testing it on device its gives me error of SIGABRT, along with unrecognized selector sent to NSArray. I tried to add one button at…
Hemang
  • 26,840
  • 19
  • 119
  • 186
-1
votes
2 answers

Problem with NavigationItem RightBarButtonItem after last update

After the last update (4.0.0) I am having an issue and was wondering of this is a bug and is there a fix. As you can see from the code below, I am creating a NavigationItem.RightBarButtonItem and adding a delegate to the TouchUpInside event. The…
Danny
  • 31
  • 9
-1
votes
1 answer

Change barButtonSystemItem after tapping

I have a bar button in the right side of the screen, it's barButtonSystemItem: .edit and it's used to put tableView in the editing mode. I want when, user tap on it, it change to barButtonSystemItem: .done and it close tableview from editing mode.…
Matt
  • 85
  • 1
  • 6
1 2 3 4 5 6 7
8