独奏’s BLOG
搜索
归档
分类
标签
关于
书单
IOS8-tableViewSeparatorInsetZero
独奏
技术分享
|
2015-6-27
|
最后更新: 2023-2-23
|
type
status
date
slug
summary
tags
category
icon
password
iOS7 中用以下方法可使UITableView cell lines靠左
self.tableview.separatorInset = UIEdgeInsetsZero;
但在 iOS8 中该办法已失灵啦
经过翻阅 iOS8 文档发现用以下两种办法即可解决该问题
方法一:
方法二:
UITableViewCell 重写下面方法