Being able to run Xcode and iOS simulator together in full screen mode is probably my favorite feature of Xcode 9. You can just execute the following command in the terminal to enable this feature:

defaults write com.apple.iphonesimulator AllowFullscreenMode -bool YES