Skip to content

khour/iOSBindings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cocoa Binding for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published