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?
To solve this problem add the following just above your dequeueReusableCellWithIdentifier statement:
static NSString *CellIdentifier = @"NewCell";
making sure the identifier matches the prototype cell in Storyboard