天天看點

tableViewcell的分割線處理(iphone/ipad)

tableView.separatorStyle = UITableViewCellSeparatorStyleNone;

tableview隐藏分割線

 _CardTableView.separatorColor=[UIColorclearColor];//分割線顔色

設定全屏分割線

參考:http://www.jianshu.com/p/4e9619483035

以上的内容 基本可以解決iphone情況下全屏的功能

如果在ipad中使用了以上方式分割線還不能撐滿 加上一句 

 self.tableview.cellLayoutMarginsFollowReadableWidth=false;