随记

- (void)initUIAppearance {
[UINavigationBar appearance].tintColor = [UIColor whiteColor];
[UINavigationBar appearance].barTintColor = [UIColor blackColor];
[UINavigationBar appearance].barStyle = UIBarStyleBlack;
[[UIBarButtonItem appearanceWhenContainedIn:[UINavigationBar class], nil] setTitleTextAttributes:@{NSFontAttributeName: [UIFont systemFontOfSize:16]} forState:UIControlStateNormal];

}

APP_Icon

启动图设置


APP_ LaunchScreen
启动图设置
删除文件LaunchScreen,或者取消User as Launch Screen

你可能感兴趣的:(随记)