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 support for asset deselection delegate messages. #84

Closed bdeshong closed 10 years ago

bdeshong commented 10 years ago

Allows consumer to determine if an image can be deselected or not. Offers the caller the ability to know when an image was deselected.

In my case, I want to allow for a minimum of two images to be selected. I'm disabling the "Done" button upon image picker view presentation, and re-enabling it when at least two images have been chosen. In order to have enough control over this process, I need to know when an image is deselected.