UITableViewCell Width Problem Using Xcode 6 Beta - Using Size Classes

I'm going to come up with a very simple UITableView using Xcode 6 size classes. I use Any / Any for width and height, and UITableViewCell has only one UILabel with four constraints (only for leading / trailing space, no width constant). Now, when working on the iPhone simulator, the width of the shortcut does not seem to be affected by the actual state of the iPhone screen.

I am using Xcode 6 Beta 4. Is this a bug in Xcode6?

app running in iPhone simulator in Portrait modeSize inspector

+4
source share
1 answer

" " Any/Any iPhone. , " ".

+3

All Articles