gpt4 book ai didi

ios - 使用swift在选项卡 View 中的导航栏上添加按钮

转载 作者:行者123 更新时间:2023-11-29 01:43:57 25 4
gpt4 key购买 nike

我的应用程序的框架就像有一个导航 Controller ,然后在 2-3 个 View Controller 之后我添加了一个选项卡栏 Controller 来显示选项卡。所以我想在导航栏右侧添加一个按钮,该按钮将显示在每个选项卡中。我想删除后退按钮并想添加一些其他按钮,例如“设置”。这是我的 View Controller :enter image description here

最佳答案

try this line in ViewdidLoad()

self.navigationItem.backBarButtonItem = UIBarButtonItem(barButtonSystemItem: UIBarButtonSystemItem.Add, target: self, action: Selector("actionMethodName"))

关于ios - 使用swift在选项卡 View 中的导航栏上添加按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32118729/

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