UILabel的使用

作者: Mark_Guan | 来源:发表于2016-12-21 16:23 被阅读32次

    UILabel背景透明字体不透明的效果

    通过storyboard设置
    在属性栏里设置当前控件的backgroundColor–other–Opacity的百分比来控制背景透明,字体不透明。

    通过代码设置

    hudLabel.backgroundColor = [UIColor colorWithRed:0 green:0 blue:0 alpha:0.4];
    

    相关文章

      网友评论

        本文标题:UILabel的使用

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