Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
UIButton* infoButton = [UIButton buttonWithType:UIButtonTypeInfoLight]; [infoButton addTarget:self action:@selector(infoButtonAction:) forControlEvents:UIControlEventTouchUpInside]; UIBarButtonItem *modalButton = [[UIBarButtonItem alloc] initWithCustomView:infoButton]; [infoButton release]; [self.navigationItem setLeftBarButtonItem:modalButton animated:YES]; [modalButton release];
Pasted July 06, 2008 9:48AM EDT
Embed