标签:
// 设置颜色
tableView.separatorColor = [UIColor redColor];
tableView.separatorInset = UIEdgeInsetsMake(0,80, 0, 80);
tableView.separatorStyle = UITableViewCellSeparatorStyleSingleLine;
标签:
原文地址:http://www.cnblogs.com/XHShare/p/4995103.html