Skip to content

Commit

Permalink
Release V1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fzy authored and fzy committed Aug 4, 2018
1 parent bbdb698 commit 5c4d6db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MyLayoutDemo/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
ViewController *vc = [[ViewController alloc] init];

UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:vc];
nav.navigationBar.translucent = NO;
self.window.rootViewController = nav;

[self.window makeKeyAndVisible];
Expand Down

0 comments on commit 5c4d6db

Please sign in to comment.