跳过以下
这些值是 TVC didSelectRowAtIndexPath 方法的前三行,当我连续选择一个项目时,它会给我各种异常。
我如何:
一种。检查以下字典、数组和 selectedCategory 是否具有值。
湾。如果事实证明他们不这样做,确保他们这样做吗?
NSDictionary *dictionary = [listOfItems objectAtIndex:indexPath.section];
NSArray *array = [dictionary objectForKey:@"News"];
NSString *selectedCategory = [array objectAtIndex:indexPath.row];
到这里 :
UIView tableView 的异常:numberOfRowsInSection:]:无法识别的选择器发送到实例 0x7193a60