我和使用 Core Animation 进行分析,我在 UITableViewCellStyleSubtitle 上的 UIImageView 显示为混合(红色)而不是不透明。
我正在像这样设置图像:
// This is just a helper method that loads a .jpg from the disk
UIImage *img = [Helpers getThumbnailImageIfExists:[obj valueForKey:@"PhotoName"] withManufacturer:self.client.ManufacturerID];
cell.imageView.image = img;
[cell.imageView setOpaque:YES];
我认为应该这样做,但它仍然显示为不透明。我添加到我的 contentView 的一些 UIButtons 遇到了同样的问题