-
Notifications
You must be signed in to change notification settings - Fork 379
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
attempt to delete and reload the same index path (<NSIndexPath: 0xd88f329bfe16a05b> {length = 2, path = 1 - 0}) #274
Comments
I am seeing the same with 3.2.0
|
Thank you so much for fixing this issue.When it is going to be released any idea?Need this urgently |
You can install the fixed code directly from master like this |
I'll probably release a version in a day or two. You can do what @knox said if you need it now.
|
Ok...I did it now. Version 3.2.1 |
What isn’t supported by objective-c? |
@mikaoj yes I was using 2.10.3 version which was working with objective c.Now I updated to 3.2.1 and not able to access settings.selection.max value from Objective c code.Any idea? |
@mikaoj I noticed now the presentImagePicker function does not have parameter selectLimitReached:^(int maximumSelection) anymore, this was there before.I used this parameter to show how many images are left to pick up to the user on a closure. Is there any specific reason this was removed from presentImagePicker func ? |
The text was updated successfully, but these errors were encountered: