Page 1 of 1

When to use a card, a Main stack or sub-stack in a IOS?

Posted: Mon Jun 27, 2011 3:05 pm
by et_phone_home
I'm creating a game for the Iphone.

When should i use a main stack or use a sub-stack or a card?

Should i create the new levels in a card, use a sub-stack or use a main stack for each new screen, including scores, opening screen...

Can someone tell me the structure for a game, like The main screen, the scores, the options, the levels...


THX:)

Re: When to use a card, a Main stack or sub-stack in a IOS?

Posted: Mon Jun 27, 2011 3:53 pm
by Klaus
I think "differnt" stacks do no have any meaning on iOS, since this is a "one window at a time" environment,
comapred to the desktop, where you can open as many stacks as you like at the same time.

So I would probably use only one stack with many cards!


Best

Klaus

Re: When to use a card, a Main stack or sub-stack in a IOS?

Posted: Mon Jun 27, 2011 8:39 pm
by et_phone_home
THX klaus!