manishkkatoch / SimpleTwoWayBindingIOS

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

How would you change Bindable for NSControl? #7

Open dseehof opened 5 years ago

dseehof commented 5 years ago

Hi,

how would you change especially the target/action piece in the bind method to cater for NSControls instead of UIControls?

Thanks, Daniel