If I use IBInspectable
to adjust the properties and get live updates on Xcode, do I then I have to hard code the values I chose or will the adjusted values be compiled with the final version?
I mean, suppose I use IBInspectable
to adjust the border of a view to 10. Should I hardcode that border to 10 or will this value adjusted on a box on Interface Builder be the value that will be compiled for that border?
For a moment the nave IBInspectable got me as something just for inspection...