mbogh / NibDesignable

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

Swift 4 update #57

Open ivkosh opened 7 years ago

ivkosh commented 7 years ago

With swift 4 declarations from extensions cannot be overridden (yet). Do not using extension override now.

kristophM commented 6 years ago

I tried @ivkosh 's branch and it works fine. Could we please review and merge this in? Thank you!