21

Here’s a library submitted by Marko Hlebar providing a binding/MVVMC framework called BIND.

Bind provides a DSL for building your bindings with a clean concise syntax that works from code or XIBs, and MVVMC right out of the box.

Here is a list of some of the key features of BIND as stated in the readme:

  • data binding from XIBs or code by using BIND DSL
  • data transforms by using subclasses of NSValueTransformer
  • automagic unbinding – no more KVO exceptions on dealloc
  • MVVM out of the box by utilizing protocols and abstract classes

You can find BIND on Github here.