[contentTextView.layer setBorderColor: [[UIColor grayColor] CGColor]];
[contentTextView.layer setBorderWidth: 1.0];
[contentTextView.layer setCornerRadius:8.0f];
[contentTextView.layer setMasksToBounds:YES];
详细解决方案
UITextview添边框
热度:167 发布时间:2012-07-25 09:43:06.0