iOS UITextView 设置圆角边框线

 

textView.layer.borderColor = UIColor.lightGray.cgColor
textView.layer.cornerRadius = 4
textView.layer.borderWidth = 0.5

 

 

转载请注明出处:http://www.cnblogs.com/ficow/p/7209815.html

posted @ 2017-07-20 10:30  Ficow  阅读(1720)  评论(0编辑  收藏  举报