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