在ios7的时候 我们回发现cell默认线条会向右偏移 使左边空出一些位置  可以调用下面方法解决  这样cell和ios6一样铺满这个屏幕

if(tableView respondsToSelector:@selecotr(setSeparatorlnset:))

{

[tableView setSeparatorInset];

}