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?


source
share