Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Nov 30, 2015

I found that previous logic run ALAssetLibrary on different threads. I fix it.
I also add @synchronize call to avoid multithreading locks
I add clearing console call on reload assets logic to fix issue with counting

amitbobade2007 and others added 15 commits October 13, 2015 16:55
- iOS 8 and above support with Photos Library.
- iCloud sync support.
Photos Library Support.
Photos Framework Added.
Array count returns a unsigned long, but the numOfSelectedElements returns an int. Cast to an int to mask warning. This will work as long as the array does not have more than  2,147,483,647 elements in it.
Masks a implicit conversion warning (ALAssetorientation to UIImageOrientation. Looks like someone came up with the solution before me. http://stackoverflow.com/questions/26134719/ios-elcimagepicker-implicit-conversion-from-enumeration-type-alassetorientation
NSInvalidArgumentException in ELCAlbumPickerController.m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants