06 2015 档案

摘要:想去掉哪一行就在那行(if(indexPath.row == 某一行))cell.separatorInset = UIEdgeInsetsMake(0, 0, 0, cell.bounds.size.width - 15); 阅读全文
posted @ 2015-06-26 14:51 Mr.Greg 阅读(1096) 评论(0) 推荐(0)
摘要:[[UINavigationBar appearance] setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault];[[UINavigationBar appearance] setShadowImag... 阅读全文
posted @ 2015-06-26 12:19 Mr.Greg 阅读(567) 评论(2) 推荐(0)
摘要:在使用7.0版本进行开发的事后如果没有在xib上清除关联项而是直接手动删除了关联代码会报错:this class is not key value coding-compliant for the key...这个时候手动把关联的项点掉就行了: 阅读全文
posted @ 2015-06-24 10:38 Mr.Greg 阅读(352) 评论(0) 推荐(0)