gpt4 book ai didi

ios - 如何在 Interface builder 的 UIView 中正确添加带有原型(prototype)单元的 UITableView?

转载 作者:行者123 更新时间:2023-11-29 12:34:18 24 4
gpt4 key购买 nike

我尝试制作 UIViewController (VC),里面有 UITableView (TV) 和 custom prototyped cells (PC)。我主要使用 Interface Builder。我执行以下步骤:

  1. 我创建了 VC 并在 Storyboard 中添加了 TV

  2. 我使用 UITableViewDelegateVC 类设置为 TV 的委托(delegate)。

  3. 我创建了 PC 并为其创建了自定义类。我将该类设置为 PC

  4. 的自定义类
  5. 我将 TV 添加为 VC 类代码的导出。

  6. 我将 PC 中的所有控件作为导出添加到 PC 自定义类。

  7. 我为 PC 配置了标识符。我将 TV 的所有方法添加到 VC 类中。

当我运行我的应用程序时,TV 的方法永远不会启动并且 TV 是空的。我确定我错过了什么,但我不知道是什么。有什么想法吗?

最佳答案

您需要实现 UITableViewDataSource 的方法以及 UITableViewDelegate。

-(NSInteger)numberOfSectionInTableView:(UITableView *)tableView;
-(NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)secion;
-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath)indexPath;

关于ios - 如何在 Interface builder 的 UIView 中正确添加带有原型(prototype)单元的 UITableView?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26777701/

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