UITableViewCell 取消分隔线

方法一:

    [historyTodayTableVC setSeparatorStyle:UITableViewCellSeparatorStyleNone];

方法二:

    [historyTodayTableVC setSeparatorColor:[UIColor clearColor]];

注意:historyTodayTableVC 为当前的 tableView;

posted @ 2013-06-18 10:53  cocoajin  阅读(528)  评论(0)    收藏  举报