UITableViewCell分隔线
Posted 小课桌
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UITableViewCell分隔线相关的知识,希望对你有一定的参考价值。
// cell默认分隔线左边有间距,把left设为0就没了 tbv.separatorInset = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 0) // 设置cell分隔线颜色 tbv.separatorColor = UIColor.red
以上是关于UITableViewCell分隔线的主要内容,如果未能解决你的问题,请参考以下文章