To experiment with the idea I have created a Grid class which has a 2d array filled with my own Location class' objects which contain UIImages and such.
However I have a feeling that this is not a good approach?
Can anyone point me in the right direction on how to create a
Tile Map Games with isometric perspective like farmVille and tapZoo...
Furthermore the UImage class displays the images "straight" by default,
So would I write my own code that changes the game into Isometric perspective or does the graphical designer design his pictures in an isometrical way? Do you know any good books on this subject?
Thanks a a lot in advance

.