SwiftKVC icon indicating copy to clipboard operation
SwiftKVC copied to clipboard

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

Results 3 SwiftKVC issues
Sort by recently updated
recently updated
newest added

Hi, For iOS and macOS projets it's will be great to make your component [Carthage](https://github.com/Carthage/Carthage) compatible Take a look at these articles: - [Ruthlessly Simple Dependency Management with Carthage](https://bit.ly/2IWvGks) -...

Hey when I try to use your library with the new Xcode 10 beta 2 and iOS 12 beta I have following issue: ``` protocol ITranslation: Value { var example:...

Setting values on properties of superclasses doesn't work. Could you please help me to achieve it ?