I'm trying to use size classes in the new storyboard with auto layout and I cannot seem to make the constraints work properly. I have a game that uses a ton of collision and currently without autolayout it only scales properly on iPhone 5. When I change to iphone 4 or iphone 6 or any other layout, the storyboard gets cut off on the side. I tried to fix this by using autolayout, but when I select it, it completely ruins all the collision. It brings the object back to where it originally is in the storyboard and then applies all collision.
On top of that, it seems like there is no clearcut way to resize it with autolayout/size classes (unless i'm missing it somewhere). Is there a good tutorial on working with constraints in xcode 6 so that the collision isn't completely reset/ruined and it scales for all ios devices?