Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed ISSUE #99 When in ELCAssetTablePicker, make screenshots, the de… #125

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

fixed ISSUE #99 When in ELCAssetTablePicker, make screenshots, the de… #125

wants to merge 15 commits into from

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