I noticed something very strange with Xcode 9. When I'm on my main storyboard and I change the device selected to see the view controllers in the appropriate format, I've noticed that the width of my tableview on the viewDidLoad is wrong if the selected device on the storyboard is different that the device I deploy on. I have done tests and it seems that layout of the selected device on the storyboard is taken.
Does anyone has already experienced this issue?
This issue is also present on the beta version 9.1 of Xcode