Using storyboard, static cells, in cellForRowAtIndexPath: the line UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; always returns nil. I have checked the following: Identifier of the cell is correctly set in IB/Storyboard and I use the same identifier in code. I verified this many times. I have not instantiated the view controller elsewhere (which was the prob