我正在尝试将我的代码添加到 iOS 7。
[[UIBarButtonItem appearance] setTitleTextAttributes:@{
UITextAttributeTextColor: [UIColor colorWithRed:214.0f/255.0f green:210.0f/255.0f blue:197.0f/255.0f alpha:1.0f],
UITextAttributeTextShadowColor: [UIColor colorWithWhite:0.0f alpha:0.750f],
UITextAttributeTextShadowOffset: [NSValue valueWithCGSize:CGSizeMake(0.0f, 1.0f)]
我收到了一些错误,UITextAttributeColor is deprecated
,UITextAttributeTextShadowColor is deprecated
和UITextAttributeTextShadowOffset is deprecated
.