gpt4 book ai didi

ios - 如何将按钮链接到 Xcode 6 中的操作?

转载 作者:行者123 更新时间:2023-11-29 10:37:40 24 4
gpt4 key购买 nike

我正在尝试创建一个按钮,当它收到“Touch Up Inside”电话时,将调用一个电话号码。但是,我在 ViewController.h 中声明的操作没有显示在我的 Connections Inspector 中,因此我无法将代码连接到我的按钮。在我的 ViewController.h 中,我编写了一行代码:

-(IBAction)makePhoneCall(id)sender;

我已经在我的 ViewController.m 中完成声明,但它仍然不会出现在我的 Connections Inspector 中。

如有任何帮助建议,我们将不胜感激。

最佳答案

您需要转到 Storyboard,单击最右侧的“实用程序”按钮。

从那里点击你的 Controller ;从左边数第三个选项卡,您将看到“自定义类”,您需要将名称更改为您在其中声明方法的类的名称。

看图:

enter image description here

从那时起,尝试使用连接检查器再次连接您的方法。

编辑:

在 Storyboard中添加用于选择 View Controller 的图片:

enter image description here

关于ios - 如何将按钮链接到 Xcode 6 中的操作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26100882/

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