ryanmasondavies / Bindings

A lightweight iOS library inspired by Cocoa Bindings.
MIT License
20 stars 1 forks source link

Support for arrays #5

Open ryanmasondavies opened 11 years ago

ryanmasondavies commented 11 years ago

A new type of binding should allow an array to be bound to another. When bound, the source is copied to the destination, then changes are mirrored as they occur on the source.

This task depends on #4, as objects within the source should be made transformable before being copied to the destination.