skip to Main Content

I was following some tutorials on YouTube. In most tutorials they are using the UIKit (Storyboard) framework. Now watching these videos they can open multiple devices to preview the work at the same time. See the following picture:

enter image description here

I am using Xcode 14 and I was searching for the "Preview" option or feature they are using and I cannot find it at all. I understand that I can choose any device from the bottom and I do not think it is efficient to check each device on solo view. So how to achieve opening or previewing multiple devices like the picture above?

2

Answers


  1. I am using XCode 14 and i was searching for the "Preview" option or feature they are using and i cannot find it at all

    Correct. You can’t find it because it’s not present in Xcode 14. If you regard the withdrawal of this feature as problematic, file a bug with Apple.

    Login or Signup to reply.
  2. you can use the keyboard shortcut
    Command + Option + Enter ↩

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search