gpt4 book ai didi

iOS:是否可以将 UI 元素的外观更改回默认外观?

转载 作者:行者123 更新时间:2023-11-29 10:40:06 26 4
gpt4 key购买 nike

我正在使用 -appearance 方法设置 UIBarButtonItem 的外观。如何将其改回 iOS 默认外观?在这里,我正在更改 UIBarButtonItem 的外观:

   NSDictionary *textAttributes = [NSDictionary dictionaryWithObjectsAndKeys:
[UIColor colorWithHex:0x3A4047],
UITextAttributeTextColor,
[UIColor colorWithRed:1.0 green:1.0 blue:1.0 alpha:0.0],
UITextAttributeTextShadowColor,
[UIFont fontWithName:@"Helvetica-Bold" size:13.0],
UITextAttributeFont,
nil];

[[UIBarButtonItem appearance] setTitleTextAttributes:textAttributes
forState:UIControlStateNormal];

现在我可以在某个时候恢复所有应用到默认代理的外观代理吗?

最佳答案

 [[UIBarButtonItem appearance] setTitleTextAttributes:nil
forState:UIControlStateNormal];

关于iOS:是否可以将 UI 元素的外观更改回默认外观?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24995813/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com