At the moment, I've been adding navigation buttons like follows:
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"Add"
style:self.editButtonItem.style
target:self
action:@selector(doneButtonPressed)];
It seems a bit silly to not add them through storyboard, but I can't find a way to do so. Is there one that I'm missing?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…