标签:uitextview
1. 设置UITextView框为圆角
_textView.layer.cornerRadius = 6;
_textView.layer.masksToBounds = YES;
UITextView的一些技巧
原文地址:http://blog.csdn.net/huanghaiyan_123/article/details/44258681