WarCardGame App objects are not proper in landscape

Hi Team,
Hope you are doing great !!!
WarCardGame App objects have not displayed properly when I change the screen orientation to landscape in Xcode.
I have attached a snapshot of it.
Potriat: ![Screenshot 2020-08-21 at 3.51.38 PM|690x431]
Landscape: (upload://cR5fV7hOr83wByVyODk4mWsXgpr.jpeg)

Thanks

Got it Thanks !!!
That is due to background image Aspect Ratio

The background image needs to have constraints that pin it to all four sides of the View and also the View Content Mode needs to be set to Scale To Fill so that the image occupies all of the screen.