By: Mark Johnson @mellowcoder Configuring a Landscape Only Game Using SpriteKit When we began developing our first game in SpriteKit we started out the same way that I suspect most everyone else does. Open up Xcode and create a new game using the SpriteKit framework template. The simple default app that is created worked fine […]
Continue readingTag Archives: landscape
Landscape view issues with cocos2d v1.1 and iOS 6
In this post I want to discuss a workaround we have implemented to address display issues we were seeing on iOS 6. Our app is setup to operate in landscape view. When iOS 6 came out we found that under the new OS, in both the simulator and on the device, the app would only […]
Continue reading