B-Sides / ELCImagePickerController

A clone of the UIImagePickerController using the Assets Library Framework allowing for multiple asset selection
http://www.icodeblog.com
1.65k stars 469 forks source link

Added delegate for filtering the ELCAssetTablePicker #56

Closed garvankeeley closed 11 years ago

garvankeeley commented 11 years ago

Added ELCAssetPickerFilterDelegate, so one can implement its protocol for assetTablePicker:isAssetFilteredOut:, and return YES/NO to filter out a given asset.