会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
麦芽麦芽呀~
iOS开发者
博客园
首页
新随笔
联系
订阅
管理
2017年11月29日
iOS - UITextView、UITextField监听文本框中内容的变化
摘要: UITextField: [textField addTarget:self action:@selector(textFieldDidChange:) forControlEvents:UIControlEventEditingChanged]; - (void) textFieldDidChange:(id) sender { UITextField *_field = (U...
阅读全文
posted @ 2017-11-29 21:12 麦芽呀~
阅读(7246)
评论(2)
推荐(0)
编辑