问题标签 [uibarbuttonitemstyle]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - 如何在 Swift 中设置右 UIBarButtonItem 的色调颜色?
我在导航控制器中添加了一个右栏按钮,其中包含以下代码viewDidLoad
:
我的settings
png 文件是白色的,但是当我运行应用程序时,我看到它是默认blue
颜色。不管怎样,我想把它改成红色。我该怎么做?
我试过这个:
但它没有用。这样做的正确方法是什么?
ios - 更改手动添加的 UINavigationBar 的右侧 BarButtonItem?
我有一个UINavigationBar
手动拖动并添加到情节提要中的 ViewController 的内容。在该 NavigationBar 中,我已拖动并添加了一个样式为默认“添加”图像的“UIBarButtonItem”。
视图是模态推送的,因此它没有自动推送的 NavigationBar。
navBar 和 BarButton 都像这样连接到我的视图控制器和情节提要
我尝试将按钮图像更改为另一个默认值,即垃圾桶图标,viewDidLoad
就像这样
这没有效果。
我也试过这个:
这也没有效果
还有这个:
这也没有效果。
如何将此按钮设置为垃圾桶图标?
ios - Adding a favourite love icon as a Bar Button Item at Navigation Bar, trigger to different appearance when clicked
- How do I add a heart icon at Rightside of Navigation Bar? Is it by adding a 48x48px png heart icon as Bar Button Item the correct way?
- I wish to change the appearance of the heart icon when user click on it. Switch between favourite and unfavourite. Please see this Link
I need to flag the icon either favourite or unfavourite when the user return to this VC.
Can someone please give some pointers. Thank you.
Answer