首页 > UITableViewCell 移除contentView里面的子视图

UITableViewCell 移除contentView里面的子视图

怎么移除?IOS9好像不能cell.contentView.removeAllSubViews?


for v in cell.contentView.subviews {
    v.removeFromSuperview()
}

为啥要移除。。。不设置默认就不显示啊
你要做什么需求

【热门文章】
【热门文章】