【问题标题】:Add UIImage Overlay to a UITableViewCell's imageView.image将 UIImage Overlay 添加到 UITableViewCell 的 imageView.image
【发布时间】:2011-04-15 00:03:45
【问题描述】:

我有一个主要透明的图像,我想将它作为覆盖添加到 UITableViewCell 的 imageView.image。

但是我不知道该怎么做。我需要合并图像吗?或者我可以在另一个之上添加一个吗?

如果你能提供这方面的代码,那就太好了!

【问题讨论】:

    标签: iphone objective-c xcode image-processing uiimage


    【解决方案1】:

    我设法解决了:

    [cell insertSubview:[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"ListViewAlbumOverlay.png"]] belowSubview:cell.imageView];
    

    【讨论】:

      猜你喜欢
      • 2011-01-08
      • 1970-01-01
      • 2011-08-17
      • 1970-01-01
      • 2017-04-26
      • 2011-12-01
      • 2012-03-30
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多