mbogh / NibDesignable

Elegant way of enabling IBDesignable on your nib-based views
MIT License
342 stars 74 forks source link

Add support for UIControl #14

Closed illaz closed 8 years ago

illaz commented 8 years ago

Hi,

thanks for upgrading to Xcode 7 that fast ;) I just added UIControl support as NibDesignableControl and I think this should solve your issue #12.

Best regards Sebastian

mbogh commented 8 years ago

Super, I'll accept it.

Though it would be nice to keep the code base more DRY :) I'll look into this if I can find the time.