摘要:
想去掉哪一行就在那行(if(indexPath.row == 某一行))cell.separatorInset = UIEdgeInsetsMake(0, 0, 0, cell.bounds.size.width - 15); 阅读全文
posted @ 2015-06-26 14:51
Mr.Greg
阅读(1093)
评论(0)
推荐(0)
摘要:
[[UINavigationBar appearance] setBackgroundImage:[[UIImage alloc] init] forBarMetrics:UIBarMetricsDefault];[[UINavigationBar appearance] setShadowImag... 阅读全文
posted @ 2015-06-26 12:19
Mr.Greg
阅读(563)
评论(2)
推荐(0)