diff options
author | Siqi LIU <me@siqi.fr> | 2013-09-03 19:40:59 +0200 |
---|---|---|
committer | Siqi LIU <me@siqi.fr> | 2013-09-04 20:58:48 +0200 |
commit | fe6e72be60c000c3c642ddc6ab34fbc6a1f1a0db (patch) | |
tree | e44276b24296ce7b22c2827bfa62494f624cbecf /ios/iosremote | |
parent | 7ff78c8e5d0eded0bbc804d170941831a5a41483 (diff) |
non translucent navbar for iOS7
Diffstat (limited to 'ios/iosremote')
-rw-r--r-- | ios/iosremote/WalkThroughContainerViewController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/iosremote/WalkThroughContainerViewController.m b/ios/iosremote/WalkThroughContainerViewController.m index 0763362b5d58..cd449bcd41d8 100644 --- a/ios/iosremote/WalkThroughContainerViewController.m +++ b/ios/iosremote/WalkThroughContainerViewController.m @@ -46,7 +46,7 @@ [self setTitle:NSLocalizedString(@"How-to", nil)]; - + self.navigationController.navigationBar.translucent = NO; } - (void)didReceiveMemoryWarning |