Xcode 4.2 “cell reuse indentifier in nib (Cell) does not match the identifier used to register the nib (ThisCell)”
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to use the new StoryBoard feature of Xcode 4.2 and keep getting this error when using a Table View with a custom cell. cell reuse indentifier in nib (Cell) does not match the identifier used to register the nib (ThisCell) I've set the class of my custom cell to my custom UITableViewCell class and set the Identifier to "ThisCell" in IB. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"ThisCell"; //TableViewCell *cell = (TableViewCell*)