NibDesignable icon indicating copy to clipboard operation
NibDesignable copied to clipboard

Issue #55: migrate to Swift 4

Open dzzh opened this issue 8 years ago • 0 comments

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.

dzzh avatar Sep 28 '17 11:09 dzzh