我定义了一个标题对象,其中包含文本显示方式的属性。有没有办法添加投影?
的OBJ-C
_titleAttributes = @{
NSForegroundColorAttributeName: [UIColor whiteColor],
NSFontAttributeName: [UIFont fontWithName:@"Harabara" size:25.0f]
};