I have an SKView that looks great both on a 4in and 3.5in device. The problem is that on the 3.5in device, the bottom part of the view gets cut off (As if attached to the top). How can I have the top (sky) cut off instead? So that the bottom of the SKView is at the bottom of the 3.5in screen's frame.
Thanks!
Update: Here's a screenshot to better explain the situation.
In other words on a 3.5in device the bottom is getting cropped off, but I'd rather have the top cropped off.