2014年3月29日 星期六

[iOS] UITableViewCell 在 iOS 7 的分割線左邊少 20 個 pixel 補滿的方法小記

if([_tableView respondsToSelector:@selector(setSeparatorInset:)])
{
    [_tableView setSeparatorInset:UIEdgeInsetsZero];
}

沒有留言:

張貼留言