标签: image xcode8
图像出现在模拟器中,但没有出现在iPad上吗?
由于某种原因,奖牌图像没有出现在我的iPad上,但是在运行模拟器时看起来没问题。
func animatemedal() { let tex: SKTexture = SKTexture(imageNamed: "medaly") let animated = SKAction.animate(with: [tex], timePerFrame: 0.1) medalion?.run(animated) }