Skip to content

Commit 5c4d6db

Browse files
fzyfzy
fzy
authored and
fzy
committed
Release V1.6.0
1 parent bbdb698 commit 5c4d6db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MyLayoutDemo/AppDelegate.m

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3434
ViewController *vc = [[ViewController alloc] init];
3535

3636
UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:vc];
37-
nav.navigationBar.translucent = NO;
3837
self.window.rootViewController = nav;
3938

4039
[self.window makeKeyAndVisible];

0 commit comments

Comments
 (0)