我的視圖和 UITextinput 中有 UILabel。我需要在 text -input 處寫 smth 并在標簽“live”處更改此文本。例如對于按鈕它會像 yourLabel.Text = "Init";buttonExample.TouchUpInside += (sender, e) => { yourLabel.Text = "I touched my button";};我如何為文本輸入做到這一點?
在 UITextInput 更改時更新 UILabel (Xamarin)
慕碼人8056858
2022-07-10 16:34:55