We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdb698 commit 5c4d6dbCopy full SHA for 5c4d6db
MyLayoutDemo/AppDelegate.m
@@ -34,7 +34,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
34
ViewController *vc = [[ViewController alloc] init];
35
36
UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:vc];
37
- nav.navigationBar.translucent = NO;
38
self.window.rootViewController = nav;
39
40
[self.window makeKeyAndVisible];
0 commit comments