Suppose I wrote a game in which there was a relatively complex geometric game board. Something like a target.
I would like to see the status of the game. What is the best way to implement this view?
For example, should I draw a panel off the line in Photoshop, add it as a resource, and then show it using UIImageView? Or should I use drawing primitives and essentially draw the board programmatically?
What are the tradeoffs?
If I use an image, what format should I use? .Png, .tiff, .gif, .jpg?
Thanks, John
source share