I'm working in XCode 6 for iOS 8 and portrait iPhone 5,6,6+. In Storyboard I set "Compact" width and "Regular" height, so my layout views' sizes are 400*800.
I created a UITableViewController
with custom UITableViewCell
s, that are prototypes, also via storyboard. Config cell and set constraints work okay, no yellow warnings in storyboard.
Then I reload XCode and all my labels, images, and buttons inside the cell are shifted -80 by "y" and have warnings, however the content view for cell still has a width of 400.
It's looks like this:
This behavior is observed for all my UITableView
s. Can you suggest something? In code I also didn't do anything, it's all in storyboard and UITableView.