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

AssetTablePicker behaves like iOS Photos: loads scrolled to the bottom and loads quickly #24

Closed ehopealot closed 11 years ago

ehopealot commented 12 years ago
omricohen commented 12 years ago

looks good @jimzhao2012 he is calling performSelectorOnMainThread in that function, allowing for UI manipulation...

jvanmetre commented 11 years ago

We have decided to go in a different direction by not creating as many UIImageViews for the tableView, but any version after 0.0.3 should be much snappier.