The new simulator comes with the frames that make it look more like a phone in Xcode 9 beta. Is there any way to remove this frames and make it look more like the simulator in Xcode 8?
            Asked
            
        
        
            Active
            
        
            Viewed 6,041 times
        
    1 Answers
51
            Yes there is and it was the first thing I removed. To remove the frames do the following:
- Click on the simulator
- Go to Window (top menu)
- Click on Show Device Bezels (which should have a checkmark on it)
The simulator will now have the same look as the one in Xcode 8.
 
    
    
        Rashwan L
        
- 38,237
- 7
- 103
- 107
- 
                    What is it about the bezels you don't like? – russbishop Jun 28 '17 at 06:42
- 
                    @russbishop, late reply but I like when the UI is minimized. – Rashwan L Sep 09 '17 at 04:37
- 
                    3@russbishop Bezel takes up entirely too much space on the screen. – Greg Nov 09 '17 at 18:59