iPhone:如何减少号码。当在 UITextField 中输入文本时,依靠 UILabel
当我在 UITextField 下方的 UITextField 上输入字符时,我放置了显示 200 的小 UILable,当在 UITextField 上输入字符 时,每个字符的计数必须减少 1并显示在 UILabel 上,你能建议我如何处理这个问题吗?
when i am typing characters on UITextField, below the UITextField, i place the small UILable displaying 200, when entering the characters on UITextField the count has to decrease by one for each character and displaying on UILabel, can you suggest me, how to work on this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的 textField 委托中:
In your textField delegate: