05 2015 档案

摘要:1.修改Info.plist文件 添加一个View controller-based status bar appearance 并设置为YES(这样viewcontroller设置状态栏的优先级高于[UIApplication shareApplication]设置状态栏的优先级)2.在viewW... 阅读全文
posted @ 2015-05-21 17:07 没落云端 阅读(133) 评论(0) 推荐(0)
摘要:UIView *view=[[UIView alloc] init]; view.backgroundColor=[UIColor clearColor]; [tableView setTableFooterView:view]; 阅读全文
posted @ 2015-05-21 14:38 没落云端 阅读(142) 评论(0) 推荐(0)
摘要:if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7.0) { [self.navigationBar setBarTintColor:[UIColor colorWithRed:255/255.0 green:83/255... 阅读全文
posted @ 2015-05-19 15:13 没落云端 阅读(310) 评论(0) 推荐(0)