标签:io color ar sp for on 代码 bs ad
NSShadow *shadow = [[NSShadow alloc] init];
[shadow setShadowOffset:CGSizeMake(1, 1)];
[shadow setShadowColor:[UIColor blackColor]];
[shadow setShadowBlurRadius:1];
self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName: [UIColor blackColor], NSShadowAttributeName: shadow};
[self.navigationController.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];
self.navigationController.navigationBar.shadowImage = [UIImage new];
标签:io color ar sp for on 代码 bs ad
原文地址:http://www.cnblogs.com/flyingdreaming/p/4103208.html