lundi 2 février 2015

Labels are not appearing on my iPad Mini - Swift SpriteKit

As the title states - Labels appear fine on my iPad Air - iPhone 4 - iPhone 5 - iPhone 6+ but when i test it on my iPad Mini some Labels don't show, but it is only upon the first initial presentation of the scene - After i come off the scene and then open it up again all the labels will come back (well most of them) takes a couple of attempts to get all the labels to show. But it is only on the iPad Mini



var powerLabel = SKLabelNode()
powerLabel.text = "Power-Ups: On"
powerLabel.fontSize = 26
powerLabel.position = CGPointMake(width, CGRectGetMaxX(self.frame) - 240)
self.addChild(powerLabel)


This is one of the labels which doesn't show - If i come away from the scene and then navigate back to it, it will load. But on the first take it doesn't load




Aucun commentaire:

Enregistrer un commentaire