如何从PHAsset对象获取/构建图像URL?我想获得完整路径,以便我可以在视图中显示图像或将其上传到远程服务器。我试过这样:
let data = NSMutableArray.arrayWithArray(assets);
let val = data.objectAtIndex(0);
我得到的价值如下:
burstIdentifier: null
burstSelectionTypes: 0
creationDate: Thu Aug 09 2012 02:52:11 GMT+0800 (CST)
duration: 0
favorite: false
hidden: false
mediaSubtypes: 0
mediaType: 1
pixelHeight: 2002
pixelWidth: 3000
representsBurst: false
sourceType: 1
localIdentifier: 9F983DBA-EC35-42B8-8773-B597CF782EDD/L0/001
但是如何构建完整的URL?提前谢谢。