Overall examples improvement

This commit is contained in:
Michael Schneider
2016-02-24 20:20:00 -08:00
parent 6bf150bc65
commit bb35470c72
5 changed files with 82 additions and 85 deletions

View File

@@ -18,6 +18,7 @@
- (void)viewDidLoad
{
[super viewDidLoad];
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"Push Details" style:UIBarButtonItemStylePlain target:self action:@selector(pushNewViewController)];
}