microsoft / WinObjC

Objective-C for Windows
MIT License
6.24k stars 813 forks source link

IBAction functions connected in nib files to UITextfields are not called #2525

Open esa-h opened 7 years ago

esa-h commented 7 years ago

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.

tadam-msft commented 7 years ago

Was this working for you in Visual Studio 2015? Do you have a repro app you could share?

esa-h commented 7 years ago

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.

ArnOmsft commented 7 years ago

Thank you, we'll prioritize this accordingly.