UILabel的使用
2016-12-21 本文已影响32人
Mark_Guan
UILabel背景透明字体不透明的效果
通过storyboard设置
在属性栏里设置当前控件的backgroundColor–other–Opacity
的百分比来控制背景透明,字体不透明。
通过代码设置
hudLabel.backgroundColor = [UIColor colorWithRed:0 green:0 blue:0 alpha:0.4];
通过storyboard设置
在属性栏里设置当前控件的backgroundColor–other–Opacity
的百分比来控制背景透明,字体不透明。
通过代码设置
hudLabel.backgroundColor = [UIColor colorWithRed:0 green:0 blue:0 alpha:0.4];