标签:style blog color io os ar for sp div
// 设置状态栏颜色 [application setStatusBarStyle:UIStatusBarStyleLightContent]; // 设置导航栏 [[UINavigationBar appearance] setTintColor:[UIColor whiteColor]]; if (kIS_IOS7) { [[UINavigationBar appearance] setBarTintColor:KNavibarColor]; } else { [[UINavigationBar appearance] setBackgroundImage:[UIImage Color:KNavibarColor Size:CGSizeMake(0.5, 44)] forBarMetrics:UIBarMetricsDefault]; } NSDictionary *textTitleOptions = [NSDictionary dictionaryWithObjectsAndKeys:[UIColor whiteColor], UITextAttributeTextColor, [UIColor whiteColor], UITextAttributeTextShadowColor, nil]; [[UINavigationBar appearance] setTitleTextAttributes:textTitleOptions];
标签:style blog color io os ar for sp div
原文地址:http://www.cnblogs.com/lihaibo-Leao/p/4026671.html