How to remove iOS Simulator device label

后端 未结 8 2294
一生所求
一生所求 2021-02-18 22:53

Is it possible to remove the bottom label from the simulator that says \"iPhone X - 11.3\"? I would like to take a screenshot without the label but include the device bevels and

相关标签:
8条回答
  • 2021-02-18 23:17
    1. Press command + shift + 5.
    2. Hold command + click the simulator.
    0 讨论(0)
  • 2021-02-18 23:23

    On 11.4, I had to use "3":

    defaults write com.apple.iphonesimulator FloatingNameMode 3
    
    0 讨论(0)
提交回复
热议问题