`

UITextview加边框

    博客分类:
  • IOS
 
阅读更多
        [contentTextView.layer setBorderColor: [[UIColor grayColor] CGColor]];    
        [contentTextView.layer setBorderWidth: 1.0];    
        [contentTextView.layer setCornerRadius:8.0f];    
        [contentTextView.layer setMasksToBounds:YES];
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics