gpt4 book ai didi

ios - 为什么 WKInterfaceTable 的方法 rowControllerAtIndex 返回 nil?

转载 作者:技术小花猫 更新时间:2023-10-29 10:55:57 25 4
gpt4 key购买 nike

当我运行下面的代码时,WKInterfaceTable 的方法 rowControllerAtIndex 返回 nil。

[self.outletTable setNumberOfRows:numberOfCategoriesToShow withRowType:@"rowTypeLabel"];
RowControllerTypeLabel *theRow = [self.outletTable rowControllerAtIndex:rowInTable];

我检查过的内容:

  1. 我已将 Storyboard 中的行与 RowControllerTypeLabel 接口(interface)中的相应属性建立了联系。
  2. 我已将标签的字段 Custom Class 设置为我的自定义类 RowControllerTypeLabel
  3. 我还在 Storyboard中的表和我的界面 Controller 的界面中的相应属性之间建立了联系。

我错过了什么?

最佳答案

我忘记在属性检查器中设置行 Controller 的标识符 rowTypeLabel

我希望这篇文章能帮助其他人在比我需要的更短的时间内找到问题。

关于ios - 为什么 WKInterfaceTable 的方法 rowControllerAtIndex 返回 nil?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30129797/

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