以下をスキップ
これらの値は、TVC didSelectRowAtIndexPath メソッドの最初の 3 行であり、行内の項目を選択するとあらゆる種類の例外が発生します。
方法:
a. 以下のディクショナリ、配列、selectedCategory に値があることを確認します。
b. 彼らがそうしないことが判明した場合、彼らがそうするようにしますか?
NSDictionary *dictionary = [listOfItems objectAtIndex:indexPath.section];
NSArray *array = [dictionary objectForKey:@"News"];
NSString *selectedCategory = [array objectAtIndex:indexPath.row];
ここまで:
UIView tableView:numberOfRowsInSection:] からの例外: 認識されないセレクターがインスタンス 0x7193a60 に送信されました