iOS 5 Storyboard Custom Cell Crash: UITableView dataSource must return a cell
问题 This is either an XCode bug, or me missing a crucial rule here. Update: - What's the chance of this being a weird bug in XCode/Storyboard? Situation: iOS 5, Storyboard This is the storyboard setup: http://i.imgur.com/T5WyD.png Another screenshot of the full setup: http://i.imgur.com/1tVuz.png TableViewController with Custom Cell, cell has reusable identifier "NewCell" in "cellForRowAtIndexPath" I basically have: UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"NewCell"];