问题标签 [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.

0 投票
1 回答
236 浏览

ios - iOS 股票位置图标还是 UIButton/UIBarButtonItem 样式?

是否iOS带有股票“位置”图标或UIButton/UIBarButtonItem样式?

我宁愿不必png为此单独包含一个......所以我想知道是否有股票“位置” UIButton/UIBarButtonItem样式,类似于股票“添加/垃圾箱/搜索”按钮样式。

我正在寻找这个“位置”图标: 位置图标

0 投票
1 回答
2946 浏览

ios - 如何在 Swift 中设置右 UIBarButtonItem 的色调颜色?

我在导航控制器中添加了一个右栏按钮,其中包含以下代码viewDidLoad

我的settingspng 文件是白色的,但是当我运行应用程序时,我看到它是默认blue颜色。不管怎样,我想把它改成红色。我该怎么做?

我试过这个:

但它没有用。这样做的正确方法是什么?

0 投票
1 回答
138 浏览

ios - 更改手动添加的 UINavigationBar 的右侧 BarButtonItem?

我有一个UINavigationBar手动拖动并添加到情节提要中的 ViewController 的内容。在该 NavigationBar 中,我已拖动并添加了一个样式为默认“添加”图像的“UIBarButtonItem”。

视图是模态推送的,因此它没有自动推送的 NavigationBar。

navBar 和 BarButton 都像这样连接到我的视图控制器和情节提要

我尝试将按钮图像更改为另一个默认值,即垃圾桶图标,viewDidLoad就像这样

这没有效果。

我也试过这个:

这也没有效果

还有这个:

这也没有效果。

如何将此按钮设置为垃圾桶图标?

0 投票
2 回答
933 浏览

ios - Adding a favourite love icon as a Bar Button Item at Navigation Bar, trigger to different appearance when clicked

  1. 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?
  2. I wish to change the appearance of the heart icon when user click on it. Switch between favourite and unfavourite. Please see this Link
  3. 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

Pic

0 投票
2 回答
419 浏览

ios - bar Button Item text 在moonIcon中选择时会发生变化,如swift 4中的Font Awesome

我使用此代码在我的应用程序中使用moonIcon Font like font UIBarButtonItemAwesomenavigationController

这会很好但问题是当用户选择按钮时,图标会改变,如下图所示 正如您在照片中看到的那样,右侧的条形按钮图像将变为问号但我希望该菜单图像像未选择按钮时一样

0 投票
2 回答
206 浏览

ios - UIBarButtonItem 标题文本对齐

我正在使用UIBarButtonItem时钟的标题部分。每次秒变化时,时钟都会根据秒部分的字符大小稍微向左/向右移动。

是否可以将标题文本左对齐或以某种方式使标题保持固定?

最佳:

在 ViewDidLoad 下:

目的:

预习:

在此处输入图像描述