当我运行下面的代码时,WKInterfaceTable
的方法[self.outletTable setNumberOfRows:numberOfCategoriesToShow withRowType:@"rowTypeLabel"];
RowControllerTypeLabel *theRow = [self.outletTable rowControllerAtIndex:rowInTable];
将返回nil。
RowControllerTypeLabel
我检查了什么:
Custom Class
界面中的相应属性建立了连接。RowControllerTypeLabel
设置为自定义类https://graph-video.facebook.com/v2.3/{page_id}/videos?title=video&access_token={
page_access_token}&file_url={file_path
}
。 我错过了什么?