摘要: //这个方法需要self调用,相当于加工一张图片- (UIImage *)blurryImage:(UIImage *)image withBlurLevel:(CGFloat)blur{ //模糊度, if ((blur 2.0f)) { blur = 0.5f; } //box... 阅读全文
posted @ 2015-01-15 17:31 为什么来北京 阅读(161) 评论(0) 推荐(0)
摘要: 1在Info.plist中设置UIViewControllerBasedStatusBarAppearance 为NO2 在需要改变状态栏颜色的ViewController中在ViewDidLoad方法中增加:[UIApplication sharedApplication] setStatusBa... 阅读全文
posted @ 2015-01-08 09:38 为什么来北京 阅读(274) 评论(0) 推荐(0)