Cannot open iPhone Control Center on simulator

后端 未结 4 575
面向向阳花
面向向阳花 2020-12-18 21:19

I\'m new to iOS coming from Android. I try to run simulator and open the Control Center on it. When I swipe from the bottom to up I see that it\'s empty. Any ideas what\'s g

相关标签:
4条回答
  • 2020-12-18 21:45

    The problem not in Xcode but in iOS 11 simulator

    Solved

    I download iOS 10 simulator and control-center work good in Xcode 9.3

    0 讨论(0)
  • 2020-12-18 21:53

    Unfortunately the Simulator does not show a true Control Center. Yes, a blank screen appears, but no controls are available in there. Welcome to iOS ;]

    0 讨论(0)
  • 2020-12-18 21:58

    Control Center is not available in iOS Simulator but if you are looking for notification center, you can get it by swiping top-down on iOS simulator. You can test local notifications on simulator

    0 讨论(0)
  • 2020-12-18 22:05

    I needed to do this specifically to do a screen recording, but I realised you can't do it that way. So I found out about this way https://medium.com/@skounis/take-a-screenshot-or-record-video-with-ios-simulator-90c196e03b67 for anyone looking to do the same.

    xcrun simctl io booted recordVideo <filename>.<extension>
    

    To stop recording, press Control-C in Terminal.

    PS - for iPhone X emulator you need to swipe from the top right down (even though that doesn't get you what you want)

    0 讨论(0)
提交回复
热议问题