gpt4 book ai didi

ios - 无法将属性连接到 Storyboard

转载 作者:行者123 更新时间:2023-12-01 17:53:28 25 4
gpt4 key购买 nike

我正在构建一个主细节 iPad 应用程序。试图连接在我的 View Controller 的.h 文件中声明的属性。

@property (weak, nonatomic) IBOutlet UILabel *aboutGame;
@property (weak, nonatomic) IBOutlet UITextField *gameDescription;

文件所有者已设置,因为我可以将 *aboutGame 属性连接到 Storyboard上的标签。尝试将 Text 字段设置为元素似乎不起作用。我在这里错过了什么吗?

尝试连接文本字段时显示以下内容。 (请注意,在尝试链接 UIImageView 时也会出错)

a busy cat

最佳答案

你有 UITextField在定义和 UITextView在界面生成器上。因此,它没有向您显示连接选项。

试试这样:

@property (weak, nonatomic) IBOutlet UITextView *gameDescription;

关于ios - 无法将属性连接到 Storyboard ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22767372/

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