gpt4 book ai didi

ios - 使用操作按钮更改 View Controller

转载 作者:IT王子 更新时间:2023-10-29 05:46:01 26 4
gpt4 key购买 nike

如何使用 UIButton 切换 View Controller ?这是我的代码:

@IBAction func scanAction(sender: AnyObject) {
//switch view controller
}

当我单击“扫描”按钮时,它将转到登录表单。

我在 Main.storyboard 中的 View Controller 是这样的

enter image description here

我该如何继续?

最佳答案

我已经找到答案了

let storyBoard : UIStoryboard = UIStoryboard(name: "Main", bundle:nil)

let nextViewController = storyBoard.instantiateViewControllerWithIdentifier("nextView") as NextViewController
self.presentViewController(nextViewController, animated:true, completion:nil)

关于ios - 使用操作按钮更改 View Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26541302/

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