Tagged Questions
3
votes
3answers
154 views
iPhone: is it worth developing an application to support the OS 2.2 anymore?
The new OS (3.0+) adds more features which speed up the development (like working with the lists etc). On the other hand there could be (potentially) a lot of users somewhere still running OS 2.2.
Is ...
0
votes
1answer
153 views
Targeting all Subclasses and Sprites (cocos2d iPhone)
Ok, I have this main class called Enemy, and inside it I have subclasses of different enemies (ie ZombieEnemy). I need a way to target all sprites/subclasses of Enemy. Ie, for collision detection, I ...