Skip to content

n-b/KVCTrampoline

Repository files navigation

KVCTrampoline

An experiment with KVC, Keyed Subscripting and Trampolines.

Lets you write this:

someobject.kvc[@"somekey"] = @"somevalue";

instead of:

[someobject setValue:somevalue forKey:@"somekey"];

See the related blog post on bou.io.

About

An experiment with KVC, Keyed Subscripting and Trampolines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published