Home > front end >  Preview on multiple devices option in Xcode
Preview on multiple devices option in Xcode

Time:11-08

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?

CodePudding user response:

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.

  • Related