I created a tableview in storyboard, which looks good, but the start position is wrong in the simulator or device. The \'Label\' should not be at the same position as the ti
try this
self.edgesForExtendedLayout = UIRectEdgeNone;
hope this will help you.