/ Published in: iPhone
URL: http://stackoverflow.com/questions/565989/adding-left-button-to-uinavigationbar-iphone
Expand |
Embed | Plain Text
self.navigationItem.leftBarButtonItem = [[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemCancel target:self action:@selector(cancelEdit:)] autorelease];
You need to login to post a comment.
