Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Storyboard not updating custom class Designables

I have had many problems after closing Xcode which one of them is that Xcode Storyboard is not updating Custom Class Designables anymore and do not show the content. For example I use "SkyFloatingLabelTextField" which worked perfeclty before so I can't blame the library. Is there some way so I can force it to update it?

What I mean illustration:

enter image description here

As you can see, in the first picture I have assigned the custom class and there is actually textField inside my viewController which for some reason doesn't show up anymore in Storyboard but works on real device or simulator.

So can I force it somehow?

I tried removing the class and all runtime values, clean, build close Xcode but nothing is working.

like image 531
Tarvo Mäesepp Avatar asked Oct 14 '16 20:10

Tarvo Mäesepp


1 Answers

Huhh... Enabling "Automatically refresh views" did the trick. For some reason it was turned off in my case. If you do not know what I mean, then it is the setting in Editor -> Automatically refresh views

enter image description here

like image 145
Tarvo Mäesepp Avatar answered Sep 22 '22 10:09

Tarvo Mäesepp