UITableView分割线样式与颜色

tv.separatorStyle = UITableViewCellSeparatorStyleSingleLine;   //设置样式

tv.separatorColor = [UIColor colorWithRed:52.0f/255.0f green:53.0f/255.0f blue:61.0f/255.0f alpha:1];

原文地址:https://www.cnblogs.com/ygm900/p/3459417.html