Skip to content

Proxyfile

Wesley De Groot edited this page Aug 18, 2021 · 1 revision

SwiftPM does not support @IBDesignables directly from Frameworks.

You'll need to use a proxy for using the Designables.

Proxy file:

@IBDesignable class UIGradientViewProxy: UIGradientView {}
@IBDesignable class UIViewRoundedProxy: UIViewRounded {}
Clone this wiki locally