macoapps

Results 2 comments of macoapps

Hi @GerdC , just starting with Here API in my Swift app. Is there any way to try your Swift implementation ?

This is how i've managed it : ``` objectivec for (PHAsset *asset in assets) { if (asset.mediaType == PHAssetMediaTypeImage) { [[PHImageManager defaultManager] requestImageDataForAsset:asset options:nil resultHandler:^(NSData *imageData, NSString *dataUTI, UIImageOrientation orientation,...