为文本添加白色阴影
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了为文本添加白色阴影相关的知识,希望对你有一定的参考价值。
Here is how you add a shadow to a UILabel on the iPhone.
lcd_title.text = song.title; //Add white shadow to the text lcd_title.shadowColor = [UIColor whiteColor]; lcd_title.shadowOffset = CGSizeMake(1.0,1.0);
以上是关于为文本添加白色阴影的主要内容,如果未能解决你的问题,请参考以下文章
如何应用字体真棒图标颜色-包括白色阴影而不仅仅是轮廓[重复]