width and height iOS Simulator always 768 x 1024

Hello,


my problem is, that i've wrote a program just with a platform moving from left side to right side via SKActions.I want it to work in Portrait and in Landscape. Thats why I've replaced the viewDidLoad Function with the viewWillLayoutSubviews function in my viewcontroller.m. The Problem is, it doesnt matter which iOS Simulator Device I take, the "real screen size" is always 768 x 1024. That makes no sense to me. When I draw my platform for example at point x=10, y = 10, then you cant see it. If i take iPhone 6 as Simulator, its 768 x 1024 , if i take iPad air its the same and so on.


I am using the function didMoveToView in my GameScene.m.


I've tried the scale one or cmd 1 cmd 2 combinations to scale it, but that didnt help!


Can you help me?


Kind Regards,


Robink

width and height iOS Simulator always 768 x 1024
 
 
Q