Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 508 Bytes

File metadata and controls

16 lines (11 loc) · 508 Bytes

Want some Cocoa Bindings for your iOS App?

This humble project is a port of basic (and most useful, in my authoritarian opinion) Cocoa Bindings functionality to iOS.

Sample usage:

    [target kh_bind:@"foo.bar" toObject:source withKeyPath:@"bar.foo" options:nil];

Now target.foo.bar is updated live alongside with source.bar.foo and vice versa.

To be updated and extended

  • Binding options
  • ObjectController and ArrayController
  • Action bindings