问题标签 [rightbarbuttonitem]
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 - rightBarButtonItem 在 iOS-9 和 iOS-10 中弹出时消失
我已经阅读了有关此的多篇文章,但无法使其正常工作。
我已经阅读的帖子:
我有一个ViewController-A
嵌入在UINavigationController
. 控制器的navigation bar
包含一个rightBarButtonItem
. 添加代码rightBarButtonItem
:
当另一个ViewController-B
被推入导航堆栈并弹回时,rightBarButtonItem
从导航栏中消失。
ios - Bar button item image (UIImage) color changes with tint color?
I am trying to set an image for bar button item based on a condition. I need to show 2 different images. The tint color property is affecting the color of my image itself. How to change this? When i give “clear color” as tint color the image is not getting displayed at all.
ios - 在 Objective-C 中的倒数第二个最右边的 UIBarButtonItem 上设置徽章
当有通知时,我在通知按钮上设置了一个标记,该按钮是三个潜在的右栏按钮项目之一。
当没有通知时,通知按钮应该并且根本不显示。当有通知时,我希望按钮显示在带有徽章的另外两个按钮的中间。当我只有两个潜在按钮时,它起作用了。但是,我现在添加了第三个按钮,它应该是两个或三个右按钮中最左边的按钮,并且徽章出现在我想要的中间位置(通知按钮)而不是最右边的按钮上。
我正在使用一个处理插入徽章的类别,称为
这是我的代码:
任何人都可以建议如何指定徽章应该插入中间按钮,而不是最右边。
ios - 如何在 rightbarbuttonitem 中放置图像
我一直在尝试在导航栏中hamburger
的右侧放置一个按钮(三个平行线)titleView
,但每次我这样做时,我放入的图像都会覆盖整个导航栏并摆脱我拥有的图像titleView
.
如果我在情节提要编辑器中选择默认图像,它将毫无问题地出现在导航栏的右侧,但是一旦我在情节提要编辑器中选择汉堡包按钮,我就会遇到与以前相同的问题。我已经尝试了多个不同的图像,并且我已经稍微更改了代码但没有成功。有没有办法调整我正在使用的图像的大小,以便它正确地适合导航栏,或者我的代码有问题?
下面是我的代码viewController.swift
: