The following in viewWillAppear
[SYPTableView setSeparatorInset:UIEdgeInsetsZero];
Works fine on iOS 7 but on 6.1 it raised the exception :
NSInvalidArgumentException', reason: '-[UITableView setSeparatorInset:]: unrecognized selector sent to instance
My purpose is to remove the cell border.