gpt4 book ai didi

ios - 无法为 TableView Controller (UITableViewController) 选择自定义类

转载 作者:塔克拉玛干 更新时间:2023-11-01 19:08:26 25 4
gpt4 key购买 nike

首先让我说一下,我已经尝试退出并重新启动 Xcode,以及删除项目的派生数据,但均无济于事。我现在束手无策。

基本上,我已经创建了一个我想使用的自定义 ViewController 类,但我无法选择它。事实上,使用自定义类下拉列表,我只能为我的 Controller 选择默认的 UITableViewController 类。奇怪的是,看起来完整列表有时会出现一瞬间,然后被带有单个选项的不正确列表替换。这是它的样子:

Trying to select my class in the Identity Inspector Interface Builder

我真的很感激这里的任何想法。我不太确定我做错了什么,因为我在关注 this Apple tutorial非常适合 T。

对于我项目中的另一个场景,它只是一个普通的 View Controller ,我可以毫无问题地选择自定义类。

想法?

最佳答案

您必须继承自 UITableViewController 类,因此接口(interface)文件 (.h) 基本上应该如下所示:

@interface YOURCLASSNAME : UITableViewController

确保将 YOURCLASSNAME 替换为您的类名并添加 UITableViewController,这应该可以完成工作。

关于ios - 无法为 TableView Controller (UITableViewController) 选择自定义类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22563298/

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