[contentTextView.layer setBorderColor: [[UIColor grayColor] CGColor]]; [contentTextView.layer setBorderWidth: 1.0]; [contentTextView.layer setCornerRadius:8.0f]; [contentTextView.layer setMasksToBounds:YES];
详细解决方案
UITextview添边框
热度:167 发布时间:2012-07-25 09:43:06.0
相关解决方案
- 【转】关于UILabel UITextView UIWebView 行间距 文字排字
- [转]有时候可用 UIWebView 代替 UITextView,解决行间距有关问题
- 为啥子uitextview的frame 输出 <UITextView: 0x91a4e00; frame = (0 0; 0 0)
- UITextView 怎么追加文字
- IOS UITextView 和 UITextField 联想输入法字数限制
- UITextView 获取键盘的发送事件
- ios UITextView 输入空两格
- IOS UITextView 提交建议反馈
- 带提示(hint)的多行文本输入--UITextView
- ISO UITextView 做意见反馈
- ios UITextView 添加链接 垂直居中和水平居中