I am working in Swift and have created a basic game using SpriteKit in which squares move down the screen repeatedly and a sprite node "jumps" when tapped. Relatively simple. The game runs and looks as it should on every device, including the iPad air and iPad Retina, except for the iPad 2.
When I run the game on the iPad 2 simulator, the squares are way too big, have no space in between them, the node is way too big as well and only jumps maybe half a centimeter on the screen when tapped. The game is a mess.
Why is this occurring? Is there a way to specify in the code: if
the device is an iPad 2, format and size everything in this manner? Or is there another way to fix this?