IBDesignable from External Framework?
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 Framework to my test application. But the Designables never show up in the StoryBoard. How can I use @IBDesignable and @IBInspectable to create custom views from an external framework? Can you use @IBDesignable and @IBInspectable in an application from a non-embedded Framework? Thank you. I have found a way to use designables and inspectables with Cocoa Touch frameworks. The instructions below are for an Objective-C project and Xcode 8 (I didn't test on