manishkkatoch / SimpleTwoWayBindingIOS

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

Setting value changed to public #19

Open SukyDev opened 3 years ago

SukyDev commented 3 years ago

When trying to make custom class and accessing method valueChanged, system generates an error because init() method has not been implemented for this class. The simplest solution is to put "public" in front of the function that is widely used.