Add a button to navigation item in code
How do i add a butt开发者_JAVA百科on to the right of a navigation item in a view controller?
self.navigationItem.leftBarButtonItem = [[[UIBarButtonItem alloc] initWithTitle:@"About" style:UIBarButtonItemStyleBordered target:self action:@selector(aboutB)] autorelease];
精彩评论