1and2papa / CTAssetsPickerController

iOS control that allows picking multiple photos and videos from user's photo library.
MIT License
2.15k stars 550 forks source link

fix crashes with iCloud #203

Closed krusek closed 8 years ago

krusek commented 8 years ago

Making lots of changes to iCloud can cause crashes when going between an open CTAssetsViewController and the Photos app.

See: http://stackoverflow.com/questions/29337765/crash-attempt-to-delete-and-reload-the-same-index-path

krusek commented 8 years ago

fixes #202

1and2papa commented 8 years ago

@krusek Thanks!