我是Swift的新手。在下面的代码中,它检索照片并将它们放入一个数组中。现在我想在ImageView中显示它们。我该怎么做?我的意思是,例如,如何在ImageView中显示数组的元素。varlist:[PHAsset]=[]PHPhotoLibrary.requestAuthorization{(status)inswitchstatus{case.authorized:print("Goodtoproceed")letfetchOptions=PHFetchOptions()letallPhotos=PHAsset.fetchAssets(with:.image,options:fe