TextView的外边框

2017-01-05  本文已影响57人  指尖猿

设置textView的边框

textView.layer.borderColor = [UIColor grayColor].CGColor;

textView.layer.borderWidth =1.0;

textView.layer.cornerRadius =5.0;

上一篇 下一篇

猜你喜欢

热点阅读