Could somebody please let me know what to do to make an SKLabelNode font size adjust to all screen sizes. I dont mean answers such as checking the device first e.g. if UIDevice....
If you create a new Xcode project with the SpriteKit game template the HelloWorld Label adjusts perfectly to all screen sizes.
However in my own projects my SKLabelNodes do not adjust their fontSize automatically, so the HelloWorld label on a iPhone 5 would be way bigger or on an iPad it would be way to small. I have a helper at the moment that helps me convert those but I would prefer to go for a native solution like the sample project.
Has it got something to do with the .sks file or storyboard? I use neither but than neither does the sample project.
I am very curios about this and would appreciate any help or support.
Thank you