A cocoa-touch framework.
I'm trying to create a custom album in the Photo Library of an iPhone and then save photos that I've …
iphone objective-c uiimage uiimagepickercontroller alassetslibraryI'm looking at replacing ALAssetsLibrary with Photos framework in my app. I can retrieve photos, collections, and asset sources just …
ios iphone uiimageview alassetslibrary ios8I'm converting our app over to use the Photos Framework of iOS8, the ALAsset framework is clearly a second class …
ios8 alassetslibrary photosframework phassetThis article is a great tutorial for creating custom photo album. However, it only sets the first photo as the …
iphone ios ios5 uiimagepickercontroller alassetslibraryUsing the new asset library framework available in iOS 4 i see that I can get the url for a given …
iphone alassetslibrary alassetI am developing a project, where the requirements are: - User will open the camera through the application - Upon …
iphone objective-c exif alassetslibraryYou 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 phassetI'm creating an iOS 5 app. I want to save a photo to the device. I want to save the photo …
iphone objective-c ios camera alassetslibraryI'm currently developing an iPad app where a user will enter a photo filename in a text field (as part …
objective-c ios ipad alassetslibraryI'm trying to save a UIImage to Photo Album. I've tried severl methods the last one is: -(IBAction)captureLocalImage:(…
iphone objective-c ios alassetslibrary