码迷,mamicode.com
首页 > 其他好文 > 详细

UITableViewCell分隔线

时间:2017-03-24 17:39:10      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:color   分隔线   tableview   blog   set   table   UI   style   cell   

// cell默认分隔线左边有间距,把left设为0就没了
tbv.separatorInset = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
// 设置cell分隔线颜色
tbv.separatorColor = UIColor.red

 

UITableViewCell分隔线

标签:color   分隔线   tableview   blog   set   table   UI   style   cell   

原文地址:http://www.cnblogs.com/panda1024/p/6612466.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!