Open
Description
openedon Apr 15, 2017
Visual Studio 2017 and release 0.2 170411 (Apr 7, 2017): IBAction functions connected to UITextfields for UIControlEventEditingChanged events are called also when the UITextfield value is changed programmatically. In iOS events are only generated because of user interaction or by calling the method sendActionsForControlEvents:. Sliders also generate events when their values are changed programmatically.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment