我的视图和 UITextinput 中有 UILabel。
我需要在 text -input 处写 smth 并在标签“live”处更改此文本。
例如对于按钮它会像
yourLabel.Text = "Init";
buttonExample.TouchUpInside += (sender, e) => {
yourLabel.Text = "I touched my button";
};
我如何为文本输入做到这一点?
慕码人8056858
qq_遁去的一_1
随时随地看视频慕课网APP
相关分类