I\'ve created a prototype cell with identifier \"mainViewTableCell\" in storyboard file and connected the main table view with a custom controller class named \"NTTableViewC
Typical cause:
[tableView dequeueReusableCellWithIdentifier: @"id"]; does not match Xcode > Attribute Inspector > Table View Cell > Identifier > id
[tableView dequeueReusableCellWithIdentifier: @"id"];