I am going to restructure my game to use multiple uiviews. Is the following flow correct ?
- I create 6 uiviews ( one for each sprite).
- game loads root uiview.
- root uiview init method loads 5 subviews using self addSubview.
- in the game controller I update each uiview each game tic.
- the game controller will need a pointer to each Uiview instance.
Thanks all,
Martin