1.UITableViewCell取消分隔线 方法一:[historyTodayTableVC setSeparatorStyle:UITableViewCellSeparatorStyleNone]; 方法二: [historyTodayTableVC setSeparatorColor:[UIColor clearColor]];