This makes the demo app's nav controller black/translucent.
This commit is contained in:
parent
a8d5ed347d
commit
5f6167ee7e
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
// self.navigationItem.rightBarButtonItem = self.editButtonItem;
|
||||
chosenImage = -1;
|
||||
self.navigationItem.title = @"ImagePicker Demo";
|
||||
self.navigationController.navigationBar.translucent = YES;
|
||||
self.navigationController.navigationBar.barStyle = UIBarStyleBlackTranslucent;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue