I am developing a game in Swift(not Spritekit), and it is difficult for me to create a background image that works in every orientation of the device.
I see a function XCodecalled asset catalogto identify images of the startup screen, and I wonder if we can do something like this to determine the background images of the device?
As I said, I want to create a group of images for each device and orientation and create a set of images or asset catalog, but I do not know how to do it. Has anyone here already done something similar?
* I know the concept of images @2xand @3x, but how can I implement similar images for other orientations?
Update 1 : I posted one image to help [![asset catalog for Launch Screen Images [1]](https://fooobar.com//img/1c0e5936d0fbc56e163a49adeff8bdb9.png)
source
share