我有一个 UITableViewCell 的子类,其中有许多 UILabel、一个 UIImageView 和一个 UIView。
我将单元格设置为在选中时突出显示蓝色。我观察到的奇怪行为是我添加为 UITableViewCell 子类的属性的 UIView 在选择单元格时消失,并在取消选择单元格时返回。This UIView is just an empty view with a background color, so it is possible that the background color is being set to clear when the table view cell is selected. 其他元素均不受影响。
有谁知道这里发生了什么,以及如何解决它?