-
Notifications
You must be signed in to change notification settings - Fork 60
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
ImageRow example doesn't update when photo is selected #83
Comments
I'm experiencing the same issue on iOS 11. What works for me is calling The whole code snippet:
There is also a call The example works fine on iOS 13. |
Im also having an issue where after picking an image from the library its value its not set on the Cell. I tried this work around also the one in PR #49 But either worked. |
I found the Issue, Ironically it was caused by MY PR #36 Setting the The following snippet for the
#Update It was not an oversight, Apple really did change the behaviour on iOS 13, and it no longer invokes the Editor when selecting from the library, but this code change should suffice either ways. |
I created an empty project and use the example code for my apps view controller. When I select a photo, the image row remains blank. If I tap it again, the selected image appears. Am I missing something about how the ImageRow is supposed to work? I expected the image to update when I select it which is how it is portrayed in the animation on the github page.
Xcode: Version 11.5 beta 2 (11N605f)
Eureka: 5.2.1
ImageRow 4.0
I am targeting iOS 12.4 if that matters.
Thanks for any guidance.
The text was updated successfully, but these errors were encountered: