dequeueReusableCellWithIdentifier:forIndexPathでのアサーションエラー:
それで、私は私の学校のためにrssリーダーを作っていて、コードを完成させました。テストを実行したところ、エラーが発生しました。これが参照しているコードは次のとおりです。 - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier forIndexPath:indexPath]; if (cell == nil) { cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle reuseIdentifier:CellIdentifier]; } これが出力のエラーです。 2012-10-04 20:13:05.356 Reader [4390:c07] *-[UITableView dequeueReusableCellWithIdentifier:forIndexPath:]、/ SourceCache / UIKit_Sim / UIKit-2372 / UITableView.m:4460のアサーションエラー2012-10-04 20: 13:05.357 Reader [4390:c07] *キャッチされない例外 …