bradhilton / SwiftKVC

Key-Value Coding (KVC) for native Swift classes and structs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for computed properties

cprovatas opened this issue · comments

Returning nil for me for computed properties in a struct conforming to Value. Stored properties are ok. Has this been tested?

Computed properties cannot be supported with reflection. Sorry. :/