1.UITableViewCell高亮?xí)r所有子View背景色會被改成透明色解決辦法
levelNumLabel.backgroundColor = UIColor.clear;
levelNumLabel.layer.backgroundColor = UIColor(hexString: "#00D96C")?.cgColor;
2.UITableViewCell 的selectionStyle 設(shè)為none時 UIAlertController彈出會有延時
1.UITableViewCell高亮?xí)r所有子View背景色會被改成透明色解決辦法
levelNumLabel.backgroundColor = UIColor.clear;
levelNumLabel.layer.backgroundColor = UIColor(hexString: "#00D96C")?.cgColor;
2.UITableViewCell 的selectionStyle 設(shè)為none時 UIAlertController彈出會有延時