A mobile, touch screen based tablet-computer made by Apple running Apples iOS operating system. Its visual appearance is characterized by the fact that it is basically only a plain screen without a keyboard, in contrast to an ordinary notebook computer.
0
votes
1answer
73 views
Correct version of Chipmunk for new iOS developer to get?
Having trouble deciding between Chipmunk Indie and Chipmunk Pro. Which one is the best for a new iOS developer.
4
votes
0answers
145 views
How to support all iOS devices in my game
I made this game. Right now the game supports all iOS devices except iPhone 5.
The definition of each level of the game is kept in a plist. The creation of each level is done through a graphical ...
0
votes
0answers
169 views
Cocos2d Tiled Dynamic Object Layer
I'm trying to develop a cocos2d tiled based game using a sort of 'dynamic' object layer. What I want to do is after the tiled map is loaded, the user can drag something into the map and that will ...
0
votes
0answers
206 views
detect sprites by tag in parallax
I've created 3 layers and added to a parallax node in my game play scene;
I don't know why it crashes when I'm enabling touch, self.isTouchEnabled = YES; on one of my layers; I want that touch to be ...