首页 > 其他 > 详细

UITextView 一些属性的设置

时间:2017-02-17 15:21:27      阅读:189      评论:0      收藏:0      [点我收藏+]
self.MyShowTextView.editable = NO;
    self.MyShowTextView.backgroundColor = [UIColor blackColor];
    self.MyShowTextView.textColor = [UIColor whiteColor];
    self.MyShowTextView.text = @"今天天气不错!";
    _MyShowTextView.layer.borderWidth = 0.5f;
    _MyShowTextView.layer.borderColor = [[UIColor whiteColor] CGColor];
    [_MyShowTextView.layer setCornerRadius:7.0f];

 

UITextView 一些属性的设置

原文:http://www.cnblogs.com/qiyiyifan/p/6409726.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!