Notes from IBInspectable / IBDesignable
user-defined runtime attributes: allows updating attribute value in Xcode
IBInspectable: easlier editable in Xcode
Can add inspectable property to existing classes via extension.
IBDesignable: WYSIWYG.
Use prepareForInterfaceBuilder() to provide dummy data at design time. It’s not run in shipping code.