将UIImage叠加层添加到UITableViewCell的imageView.image

问题描述

|| 我有一个主要是透明的图像,我想作为覆盖添加到UITableViewCell \的imageView.image中。 但是我不知道该怎么做。我需要合并图像吗?或者我可以在另一个之上添加一个? 如果您可以提供有关此问题的代码,那就太好了!     

解决方法

我设法解决了:
[cell insertSubview:[[UIImageView alloc] initWithImage:[UIImage imageNamed:@\"ListViewAlbumOverlay.png\"]] belowSubview:cell.imageView];