Open Source iOS Library Providing A DSL For Data Binding And An MVVM Framework

Earlier this year I mentioned a framework that provides a clean syntax for binding in Swift called Bond.

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.

A great new binding framework.

Original article: Open Source iOS Library Providing A DSL For Data Binding And An MVVM Framework

©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *