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