A `PHAsset` is an object in the iOS Photos Framework (aka PhotoKit) that represents an image or video file on the iOS device.
I'm attempting to create a UIImage (like a thumbnail or something) from a PHAsset so that I can pass it …
swift phassetIm trying to get the image name using PHAssets. But I couldn't find metadata for filename or any method to …
ios phassetI'm converting our app over to use the Photos Framework of iOS8, the ALAsset framework is clearly a second class …
ios8 alassetslibrary photosframework phassetI am using a third party library to select multiple images from the Photo Library. On selecting multiple images it …
ios core-data phassetYou can do it sneakily† using the undocumented PHAsset.ALAssetURL property, but I'm looking for something documented. † In Objective-C, this …
ios8 alassetslibrary alasset photokit phassetMy app crashes every time when I try to save image using photo framework. -(void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(…
ios objective-c ios8 photokit phassetI have a photo I want my user to be able to share on Instagram and I need to get …
ios swift instagram phasset photosframeworkI wonder if there any way to get the original file name using PHAsset? I use the following code to …
ios objective-c ios8 phasset