I have a super basic program where I am trying to figure out how autolayout works. This is my storyboard:
The TableViewController orientation setting is "inferred". The numberOfLines setting has been set to 0. The "long text~" UILabel is supposed to be about "Default" pixels to the right of "random label" and 45 pixels as a trailing space from the UITableViewCell.
This is my result in simulator in portrait mode:
As you can see, it is 100% what you would expect.
However this is what we see in landscape mode:
What happened in landscape mode? Why did all my text shift down a little? The UILabel is supposed to be only 4 pixels from the top of the cell. Can anyone explain this??