SimpleTwoWayBindingIOS icon indicating copy to clipboard operation
SimpleTwoWayBindingIOS copied to clipboard

Setting value changed to public

Open SukyDev opened this issue 4 years ago • 0 comments

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.

SukyDev avatar Jun 10 '21 07:06 SukyDev