PhotoKit (also known as Photos Framework) is a framework that allows you to retrieve assets for display and playback, edit their image or video content, or work with collections of assets such as albums, moments, and iCloud Shared Albums.
Apple will introduce Live Photo in iOS 9/iPhone 6s. Where is the file format documented?
ios ios9 photokit phlivephotoYou 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 want to save a video chosen from UIImagePickerController to the Photos album. After that i need to fetch the …
ios swift video uiimagepickercontroller photokitI am using the Photos framework to fetch album list in iOS8. I am able to do it using PHFetchResult *…
ios photolibrary photokit phassetSelecting images in Photos.app to pass to an action extension seems to yield paths to images on disk (e.…
ios8 ios8-extension photokit ios-extensionsI can request a video PHAsset using the Photos framework in iOS8. I'd like to know how big the file …
ios video photokit photosframeworkIn iOS 8's Photos.framework, I'm trying to save a UIImage to the user's photo library, much in the same …
ios objective-c ios8 photokitThe docs say: PHImageResultIsInCloudKey: A Boolean value indicating whether the photo asset data is stored on the local device or …
ios photokit phasset