Did older Xcode version worked for anybody?
Post
Replies
Boosts
Views
Activity
I can sometimes reproduce this very issue in my app:
willSet is executed
then view body is computed with old value of property
then didSet and property changes, but view already shows previous value
If anyone have seen something similar and know possible solutions, please let me know