mbogh / NibDesignable

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

Issue #55: migrate to Swift 4 #56

Open dzzh opened 6 years ago

dzzh commented 6 years ago

I'm not exactly sure how it was compiling before, but when I tried to compile this library with Swift 4, I got an infamous "declarations from extensions cannot be overridden yet" error. This PR fixes it by injecting former nibContainerView into setupNib() as a parameter.