coco2d tab view for multi player
Posted
by
godzilla
on Stack Overflow
See other posts from Stack Overflow
or by godzilla
Published on 2012-04-01T16:17:29Z
Indexed on
2012/04/01
17:29 UTC
Read the original article
Hit count: 261
I am currently developing a card game for the iphone using cocas2d. I am currently in need of a tab view with each tab representing a player and his / her set of cards. Currently i have a single view representing just one player. It seems as though cocas2s is not really built do have multiple views, to do this and it would require some serious amount of hacking around with the code. What would be the most efficient way to accomplish this?
© Stack Overflow or respective owner