Cell分割線取消右移狀態spa
[tableView setSeparatorInset:UIEdgeInsetsMake(0,0,0,0)];
隱藏多餘的Cell分割線code
self.tableView.tableFooterView = [[UIView alloc] init];