Reputation: 1189
I have an issue of storyboard refresh all views, when I change constraints it cannot be change in storyboard but change in simulator and device. But when I reopen my project then it refresh.I tried below step but nothing happened Select storyboard->editor-> refresh all views and also automatically refresh already checked. Is this bug of Xcode 9.3?
but in simulator look like perfect below image:-
Thanks you.
Upvotes: 0
Views: 455
Reputation: 1189
I got the answer it's happened due to IBDesignable in my custom library class.If I remove all IBDesignable it's work fine.
Thank you.
Upvotes: 0
Reputation: 2082
I have also gone through this strange issue. I believe it creates if your project becomes so much heavy and lot of storyboards used. Therefore using Xib instead of Storyboard is the good option.
If you restart xcode and reopen your project then you can see your view as expected with updated constraint.
Upvotes: 1