在ios7的时候 我们回发现cell默认线条会向右偏移 使左边空出一些位置 可以调用下面方法解决 这样cell和ios6一样铺满这个屏幕
if(tableView respondsToSelector:@selecotr(setSeparatorlnset:))
{
[tableView setSeparatorInset];
}
iOS7 UITbleVIweCell 线偏移,布布扣,bubuko.com
原文:http://www.cnblogs.com/guohailong/p/3666733.html