Open esa-h opened 7 years ago
Was this working for you in Visual Studio 2015? Do you have a repro app you could share?
I have not tried it with VS 2015 and I don't have a repro app to share. It is easy to just add the IBActions programmatically so this is not a critical issues for me.
Thank you, we'll prioritize this accordingly.
I’m using Visual Studio 2017. In releases 0.2 170411 (Apr 7, 2017) and 0.2 170228 (Feb 28, 2017), IBAction functions connected in nib files to UITextfields are not called. Adding the same IBActions programmatically to the UITextfields loaded from nib does work. Affects at least UIControlEventEditingChanged and UIControlEventEditingDidEnd events.