xcode - SpriteKit: Wrong resolution when transition to another Scene -


when present new scene has very low resolution. have set resolution correctly in scene editor. think it's bug of xcode7 beta 6. or made mistake?

override func touchesbegan(touches: set<uitouch>, withevent event: uievent?) {     if let view = view {         let scene = gamescene(filenamed: "gamescene")         view.presentscene(scene)     } } 


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -