-
Notifications
You must be signed in to change notification settings - Fork 560
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
Macaw.image.srcVar do not change image on change src #491
Comments
First of all, it's better to use seatView.sView.src = ... instead of seatView.sView.srcVar.value = ... However both should work. Can you create a sample project demonstration this issue? Otherwise you need to debug Macaw code: (check out |
Thank you for your answer, if it will not work tomorrow i'll create demonstration project |
Thanks, it will be really useful. |
@ystrot i created sample project demonstration of the issue. there exactly same enviroment which in our production app. thank you for your time. https://github.com/mkdk/demomacawissue-491 |
same problem 2( |
Looks like I found source of this issue. Strange it works for you before, because the problem reproduced on Xcode 9 as well. Anyway, should be fixed in the nearest time. |
@ystrot thanks a lot! |
I've pushed a fix. Please try Macaw from master branch. |
@ystrot It works now. Thank you for your time! |
Need help urgent! :(
On xcode 9 our code was worked well, but after start working with xcode 10 Macaw.image.srcVar do not change image if we change srcVar on the fly.
Maybe I misunderstood something, but I expecting that if I we change scrVar it will rerender image in the node....
here is code example:
> seatView.sView.srcVar.value = SeatType.picked.getSrc()
> seatView.sView.srcVar.value = seat.type.getSrc()
This lines worked, but now no.
The text was updated successfully, but these errors were encountered: