I\'d like to create some custom views that use the @IBDesignable
and @IBInspectable
tags. I have added these to my Framework and then linked my Fra
UICircularProgressRing solves this by adding the Swift file containing the @IBDesignable
class in the framework Headers
folder. To do this, select the Xcode project of the framework, select the framework's target, then go to Build Phases tab and expand the Headers phase, and drop the Swift file into Public: