Skip to content

Quick, dirty, (feature) rich photo picker with ALAssetsLibrary + AQGridView

Notifications You must be signed in to change notification settings

iridia/IRAQPhotoPickerController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IRAQPhotoPickerController

Quick, dirty, (feature) rich photo picker with ALAssetsLibrary. Lots of code not written, courtesy of AQGridView.

Sample

Look at the Sample App. It’s basically still being worked on, but you can check the Console and verify that the picker works.

What’s Inside

There’s an IRAQPhotoPickerController:

@interface IRAQPhotoPickerController : UINavigationController
- (IRAQPhotoPickerController *) initWithAssetsLibrary:(ALAssetsLibrary *)library completion:(IRAQPhotoPickerControllerCallback)callback;
@end

You can use it in a popover, present it modally, or put it in a container view controller. The callback gives you an array of ALAsset objects, or an NSError if anything went wrong. Pass nil to the library if you don’t care about reusing the assets.

Licensing

This project is in the public domain. You can use it and embed it in whatever application you sell, and you can use it for evil. However, it is appreciated if you provide attribution, by linking to the project page (https://github.com/iridia/IRAQPhotoPickerController) from your application.

Credits

About

Quick, dirty, (feature) rich photo picker with ALAssetsLibrary + AQGridView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published