NibDesignable
NibDesignable copied to clipboard
Issue #55: migrate to Swift 4
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.