Hello, my name is Aurélio, I'm from Brazil, I'm 52 years old, I need some help, I'm taking the Swift course online, I have a question that I have to answer but I can't. the port would be this
If you want Interface Builder to reflect UI changes that you have written in code, you must prefix your custom class with what designation? but I've tried several answers but it's always wrong. and this message appears, could you help me to solve it please.
@IBDesignable Incorrect The IBDesignable designation lets Interface Builder know that it should render the view directly on the canvas. This allows seeing how your custom views will appear without building and running your app after each change.