InstaPrint provides a no hassle way of printing your digital photos(fb,instagram or gallery photos). The app collects print orders and allows the users to preview and make adjustments before sending them to the printing studio.
-WSAssetPicker (ARC Supported) - A multi-image picker similar to UIImagePickerController that allows selection of multiple images.
-
Import the header using #import "WSAssetPicker.h"
-
Create an instance of WSAssetPickerController passing an instance of ALAssetsLibrary
-
Implement the WSAssetPickerControllerDelegate protocol and set the picker's delegate
-
Present the WSAssetPickerController instance
-
You will also need to include the selection state png files: WSAssetViewSelectionIndicator.png and [email protected] or make your own.
More details can be found here : GITHUB: https://github.com/w5mith/WSAssetPickerController