- ( void ) viewDidLoad {//...comments . text = @"请输入:" ;comments . textColor = [ UIColor lightGrayColor ];isEmpty = YES ;//...}
- ( BOOL ) textViewShouldBeginEditing: ( UITextView * ) textView {if ( isEmpty ) {comments . text = @"" ;comments . textColor = [ UIColor blackColor ];isEmpty = NO ;}return YES ;}
- ( void ) textViewDidEndEditing: ( UITextView * ) textView {if ( comments . text . length == 0 ){comments . textColor = [ UIColor lightGrayColor ];comments . text = @"请输入:" ;isEmpty = YES ;}}注意:需要在.h文件种添加协议< UITextViewDelegate>,在.m文件种设置协议 comments.delegate=self;
详细解决方案
带提示(hint)的多行文本输入--UITextView
热度:68 发布时间:2024-01-11 11:09:42.0
相关解决方案
- 【转】关于UILabel UITextView UIWebView 行间距 文字排字
- [转]有时候可用 UIWebView 代替 UITextView,解决行间距有关问题
- ORACLE hint 删除数据不写undo也许redo的写法
- ORACLE hint 剔除数据不写undo或者redo的写法
- 为啥子uitextview的frame 输出 <UITextView: 0x91a4e00; frame = (0 0; 0 0)
- UITextView 怎么追加文字
- android:hint 在Android平板上不显示解决办法
- SQL Server调优系列玩转篇3(利用索引提示(Hint)引导语句最大优化运行)
- SQL Server调优系列玩转篇(怎么利用查询提示(Hint)引导语句运行)
- Oracle优化全攻略2(Oracle SQL Hint 11g)
- Oracle优化全攻略1(Oracle SQL Hint)
- 微信分享—invalid signatrue的问题如{errcode:40164,errmsg:invalid ip 123.121.1.56, not in whitelist hint:
- apache假死 日志出现错误“Init: Session Cache is not configured [hint: SSLSessionCache]“的解决方法
- hint.css使用说明
- 【DB.Oracle】Oracle Hint
- HINT 不生效?
- Full Hint
- IOS UITextView 和 UITextField 联想输入法字数限制
- UITextView 获取键盘的发送事件
- ios UITextView 输入空两格
- IOS UITextView 提交建议反馈
- index_ss hint 使用的执行计划变化对比
- Mysql Hint
- [微信开发]invalid credential, access_token is invalid or not latest hint
- 带提示(hint)的多行文本输入--UITextView
- ISO UITextView 做意见反馈
- android 在布局文件中报错:This text field does not specify an inputType or a hint
- 微信小程序——Java后台使用服务端的接口获取小程序二维码报错{errcode:41030,errmsg:invalid page hint: [r0ragA07724245]}
- ORACLE进阶之一:HINT
- 微信小程序——Java后台使用服务端的接口获取小程序二维码报错{"errcode":41030,"errmsg":"invalid page hint: [r0ragA07724245]"}