manishkkatoch / SimpleTwoWayBindingIOS

An ultra light, ultra simple two way binding library for IOS and Swift.
MIT License
165 stars 48 forks source link

Expose Bindable methods #9

Closed Alexs1987 closed 5 years ago

Alexs1987 commented 5 years ago

Things in this commit -

  1. Expose Bindable methods to make it possible to conform to bindable from outside the Pod
  2. Added weak references to closures to prevent retain cycles.
  3. Remove BindableTableView because it seems to be tailored to a specifc use case which cannot be generalized.