作者热门文章
- objective-c - iOS 5 : Can you override UIAppearance customisations in specific classes?
- iphone - 如何将 CGFontRef 转换为 UIFont?
- ios - 以编程方式关闭标记的信息窗口 google maps iOS
- ios - Xcode 5 - 尝试验证存档时出现 "No application records were found"
当我运行下面的代码时,WKInterfaceTable
的方法 rowControllerAtIndex
返回 nil。
[self.outletTable setNumberOfRows:numberOfCategoriesToShow withRowType:@"rowTypeLabel"];
RowControllerTypeLabel *theRow = [self.outletTable rowControllerAtIndex:rowInTable];
我检查过的内容:
RowControllerTypeLabel
接口(interface)中的相应属性建立了联系。Custom Class
设置为我的自定义类 RowControllerTypeLabel
。 我错过了什么?
最佳答案
我忘记在属性检查器中设置行 Controller 的标识符 rowTypeLabel
。
我希望这篇文章能帮助其他人在比我需要的更短的时间内找到问题。
关于ios - 为什么 WKInterfaceTable 的方法 rowControllerAtIndex 返回 nil?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30129797/
我一直在寻找如何根据传递给 WatchKit TableViewCell 的数组数据以编程方式更改其背景图像。 我有两个数组根据[“时间”,“行为”,“位置”]传递数据,并且我希望位置具有基于实际位置
当我运行下面的代码时,WKInterfaceTable 的方法 rowControllerAtIndex 返回 nil。 [self.outletTable setNumberOfRows:numbe
我是一名优秀的程序员,十分优秀!