我想有一個集合視圖可以顯示基於時間戳相機膠捲的所有圖片和視頻。 我能夠只加載圖像或只加載不是兩個視頻。 我曾嘗試下面的代碼 var photos: PHFetchResult<PHAsset>! // user photos array in collectionView for disaplying video thumnail
func getAssetFromPhoto() {
在我的應用程序中,我想讓它成爲可能,即用戶爲他的PhotoLibrary中的任何圖像設置從0到5的StarRating。我的研究表明,有一對夫婦的方式來完成這件事: Save the exif metadata using the new PHPhotoLibrary Swift: Custom camera save modified metadata with image Writing a
我嘗試添加/與mediaType == .video修改從PHAsset元數據,我發現了一些問題,指的一個類似的問題: How to change video metadata using AVAssetWriter? Add custom metadata to video using AVFoundation 關於到這些問題中的答案我構建了以下片段,它是PHAsset的擴展: let opti