UITableView的坑

weixin_33890499發表於2016-10-25

1.UITableViewCell高亮時所有子View背景色會被改成透明色解決辦法

levelNumLabel.backgroundColor = UIColor.clear;
levelNumLabel.layer.backgroundColor = UIColor(hexString: "#00D96C")?.cgColor;

2.UITableViewCell 的selectionStyle 設為none時 UIAlertController彈出會有延時

相關文章