标签:view lld ati dex UI tor void row tableview
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{
cell.separatorInset = UIEdgeInsetsZero;
cell.layoutMargins = UIEdgeInsetsZero;
cell.preservesSuperviewLayoutMargins = NO;
}
标签:view lld ati dex UI tor void row tableview
原文地址:http://www.cnblogs.com/niit-soft-518/p/7404941.html