Home > Blockchain >  UIKit - preview on multiple devices option
UIKit - preview on multiple devices option

Time:11-07

I am new to Xcode and IOS development hopefully its a good question,

i was following some tutorials on YouTube, in most tutorials they are using UIKit (Storyboard) framework, now watching these videos they can open multiple devices to preview the work at the same time. check 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 think it is not efficient to check each device on solo view, so how to achieve opening or previewing multiple devices like the picture above.

Ill appreciate any help, Thanks

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