以编程方式向iOS中的文本添加投影

时间:2014-12-08 19:01:57

标签: ios objective-c xcode

我定义了一个标题对象,其中包含文本显示方式的属性。有没有办法添加投影?

的OBJ-C

_titleAttributes =  @{
                         NSForegroundColorAttributeName: [UIColor whiteColor],
                         NSFontAttributeName: [UIFont fontWithName:@"Harabara" size:25.0f]
                         };

0 个答案:

没有答案