美文网首页
iOS几种设置颜色的方法。

iOS几种设置颜色的方法。

作者: 该死的大佐 | 来源:发表于2016-05-31 15:27 被阅读2156次

[self.view setBackgroundColor:[UIColorcolorWithHexString:@"F3F3F3"]]; 

 [_textLabel setTextColor:[UIColorcolorWithHexString:@"969696"]];

self.contentView.backgroundColor=[UIColorclearColor];

self.contentView.layer.borderColor =[UIColorcolorWithHexString:@"969696"].CGColor;

 [_textLabel setTextColor:[UIColorcolorWithHexString:@"009788"]];

self.contentView.backgroundColor =[UIColorclearColor];

self.contentView.layer.borderColor = [UIColorcolorWithHexString:@"009788"].CGColor;

相关文章

网友评论

      本文标题:iOS几种设置颜色的方法。

      本文链接:https://www.haomeiwen.com/subject/ktexrttx.html