SimpleTwoWayBindingIOS
SimpleTwoWayBindingIOS copied to clipboard
Setting value changed to public
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.