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

Correction in singleton ELCConsole *_mainconsole #95

Closed ArturoMarzo closed 10 years ago

ArturoMarzo commented 10 years ago

The singleton _mainconsole was incorrectly write as _maniconsole

Signed-off-by: Arturo Arturo@MacBook-Pro-de-Arturo.local

ArturoMarzo commented 10 years ago

I'm sorry if I'm not using correctly the pull request system but I'm not sure how to use it. I'm using your library in my project and I have found some things that doesn't work properly. As an example when the app is showing an album, and the user switches to another app, he adds or deletes photos in that album and later returns to the app, the photos in the album are not updated.