gpt4 book ai didi

ios - 单击 float 按钮(ActionButton)直接转到另一个 View Controller (不生成 float 按钮选项)

转载 作者:行者123 更新时间:2023-11-30 12:11:03 25 4
gpt4 key购买 nike

我正在使用第三方 ActionButton 在我的应用程序中显示 float 按钮。现在,当我单击 float 按钮时,我想直接转到另一个 viewcontroller ,即我不想生成单击 float 按钮时通常显示的选项,我想转到另一个viewcontroller直接。

我再次使用第三方ActionButton。使用过这个第三方的人也许可以更快地发现这个问题......:)

提前致谢......:)

最佳答案

问题可以解决...

我们使用第三方 ActionButton 为任何 View 显示 float 按钮,如下所示...

actionButton = ActionButton(attachedToView: self.view, items: [])
actionButton.action = { button in
//the viewcontroller to be shown can be loaded here...
nil)

这里,在第一行中,items 数组包含单击 float 按钮时要显示的所有选项。但是,如果我们不希望在单击 float 按钮时出现任何选项,则可以将 items 数组留空,就像我在这里所做的那样。

然后在上面的 actionButton.action 中,我们可以加载所需的 View Controller ,正如我上面所指出的。

这样做会导致在单击 float 按钮时直接进入我们选择的viewcontroller,而不会出现选项...

关于ios - 单击 float 按钮(ActionButton)直接转到另一个 View Controller (不生成 float 按钮选项),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46054733/

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