Skip to content

Workaround fix for nested generics

Compare
Choose a tag to compare
@evermeer evermeer released this 10 Aug 19:54
· 303 commits to master since this release

With EVGenericsKVC you now also always have to add these lines of code:

public func getGenericType() -> NSObject {
    return T()
}