Question

Comment puis-je ajouter un bouton à droite d'un élément de navigation dans un contrôleur de vue?

Était-ce utile?

La solution

self.navigationItem.leftBarButtonItem = [[[UIBarButtonItem alloc] initWithTitle:@"About" style:UIBarButtonItemStyleBordered target:self action:@selector(aboutB)] autorelease];
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top