码迷,mamicode.com
首页 > 其他好文 > 详细

UITextView的一些技巧

时间:2015-03-14 15:29:47      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:uitextview

   1. 设置UITextView框为圆角

    _textView.layer.cornerRadius = 6;

    _textView.layer.masksToBounds = YES;

UITextView的一些技巧

标签:uitextview

原文地址:http://blog.csdn.net/huanghaiyan_123/article/details/44258681

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!