摘要:在ios7中,UITableViewCell左侧会有默认15像素的空白。这时候,设置setSeparatorInset:UIEdgeInsetsZero 能将空白去掉。 但是在ios8中,设置setSeparatorInset:UIEdgeInsetsZero 已经不起作用了。下面是解决办法 首先在
阅读全文
05 2015 档案
摘要:ios7中调用[self.tableview scrollsToTop] 没有效果(ios8中也没有效果)stackflow 处理方法:[self.tableviewscrollRectToVisible:CGRectMake(0, 0, 1, 1) animated:YES];或者implemen...
阅读全文
摘要:笔者在编写APP 有一个功能点击cell上一个button,修改cell的在tableview中的位置在ios8上没有问题。在ios7上总是崩溃以下是崩溃后提示:Terminating app due to uncaught exception 'NSInternalInconsistencyExc...
阅读全文