iosautolayoutstoryboardconstraintsxcode9.3

storyboard refresh issue Xcode


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?

Here I attach image:- enter image description here

but in simulator look like perfect below image:-

enter image description here

Thanks you.


Solution

  • 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.