bradhilton / SwiftKVC

Key-Value Coding (KVC) for native Swift classes and structs
MIT License
134 stars 22 forks source link

Support for computed properties #7

Closed cprovatas closed 6 years ago

cprovatas commented 6 years ago

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

bradhilton commented 6 years ago

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