gpt4 book ai didi

ios - 为 UIToolBar 设置背景图片

转载 作者:行者123 更新时间:2023-11-28 18:37:50 33 4
gpt4 key购买 nike

我见过很多人这样做:

[[UIToolbar appearance] setBackgroundImage:toolBarImage forBarMetrics:UIBarMetricsDefault];

对我来说它不起作用,因为我的应用程序崩溃并说:

-[_UIAppearance setBackgroundImage:]: unrecognized selector sent to instance 0xab8fe80

我已经研究并发现 UIAppearance 仅在 ios 5 之后可用,但我的模拟器是 6.1,我的 iPhone 也是。我还使用有效的 NavigationBar 完成了此操作。

希望你能帮助我 :) 非常感谢!!

最佳答案

这对我有用:

UIImage* toolbarImage = [UIImage imageNamed: @"toolbar_background.png"];
[[UIToolbar appearance]
setBackgroundImage: toolbarImage
forToolbarPosition: UIToolbarPositionAny
barMetrics: UIBarMetricsDefault];

关于ios - 为 UIToolBar 设置背景图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15749036/

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