Tagged Questions

1
vote
1answer
134 views

Which is the tintColor of UIBarButtonItem with UIBarButtonItemStyleDone?

Hi, I would like to use a UISegmentedControl with two buttons as a replacement for a single 'Done' button. To achieve this, I need to know the tintColor of UIBarButtonItems with …
0
votes
1answer
216 views

Unwanted Edit button in my navigation bar?

Hi, I've got the following code in my app to display a modal view: InfoTableViewController *infoTableViewController = [[[InfoTableViewController alloc] initWithNibName:nil bundle:nil] autorelease]; …
3
votes
1answer
2k views

iPhone UIBarButtonItem with custom view but also having a UIBarButtonItemStyle

Hi there, I am creating a UIBarButtonItem with a custom view in order to achieve a transition to a UIActivityIndicatorView as described here - however I really want my button to retain a normal …