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.
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
intosetupNib()
as a parameter.