markohlebar / BIND

Data Binding and MVVM for iOS
MIT License
354 stars 48 forks source link

BINDINGS and subclassing #17

Closed markohlebar closed 9 years ago

markohlebar commented 9 years ago

BINDINGS don't work well with subclasses. Need to inspect how to add the bindings from a superclass in the subclass.

markohlebar commented 9 years ago

Adding [super bindings] might work.