IOS开发:关于UILabel阴影设置的问题

今天用了一下UILable的setShadowoffset方法,想通过此方法设置一下阴影,但是却发现没效果,代码如下:

UILabel *lab = [[UILabel alloc]initWithFrame:CGRectMake(350, 450, 100, 30)];

lab.text = @"我的博客";

[lab setShadowOffset:CGSizeMake(5.8, 5.8)]

结果没有任何效果,我就尝试设置了一下shadowColor属性,发现有效果了,于是查了一下官方文档,原来此属性默认为nil,哎,真笨啊我。。。抓狂

shadowColor

The shadow color of the text.

@property(nonatomic, retain)  UIColor *shadowColor
Discussion

The default value for this property is nil, which indicates that no shadow is drawn. In addition to this property, you may also want to change the default shadow offset by modifying the shadowOffsetproperty. Text shadows are drawn with the specified offset and color and no blurring.



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值