gpt4 book ai didi

ios - UIButton 在 View Controller 上不起作用

转载 作者:行者123 更新时间:2023-12-01 18:08:29 25 4
gpt4 key购买 nike

我有两个 UIButton位于我的 View Controller 和每个按钮上,我以编程方式添加了 instantiateViewControllerWithIdentifier每个按钮的方法。但是,当我构建和运行项目时,我点击每个按钮但没有任何 react (见屏幕截图)。我尝试了多种方法来试图找出问题,其中一种方法是添加 print查看 debug 中是否出现任何内容盒子,但什么都没有!

值得一提的是,在这个 View Controller 上,我有一个连续的视频。

这是我当前的代码:

    @IBAction func CreateAccount(sender: AnyObject) {

let vc = self.storyboard!.instantiateViewControllerWithIdentifier("signup") as! SignUpNavController
self.presentViewController(vc, animated: true, completion: nil)

print("Clicked!")
}

以下是我构建和运行项目时发生的情况:

enter image description here

更新:
enter image description here

最佳答案

回到你的界面构建器( Storyboard或 xib)。右键单击 View Controller 并仔细检查 IBAction 是否正确连接。如果是这样,那么在 viewDidLoad 中放置一个断点以确保按钮的 IBOutlets 不为零。

关于ios - UIButton 在 View Controller 上不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36413044/

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