我有一个表视图,我通过MPMedia显示我的歌曲。我想要的是,每首歌曲的专辑封面也会在单元格中显示。我尝试的方式和歌曲和艺术家一样:
cell?.textLabel?.text = items.title
cell?.detailTextLabel?.text = items.artist
cell?.imageView?.image = items.artwork
但我收到错误“无法分配MPMediaItemArtwork类型的值来输入UIImage?”
任何人都知道如何做到这一点?如果您需要更多代码,请告诉我。
答案 0 :(得分:2)
发现,答案是item.artwork.imageWithSize