Pages

First tutorials

Obviously to learn a new platform you need to find some sort of way in - some sort of intro tutorial or example.

The first good one I found was this one:


This excellent tutorial gets you started building a basic tennis game. The good thing about it is it give an intro to the XCode and Interface Builder environments.

The other good thing about this is that it showed me that UIImageViews (basic image controls), the technique used in this tutorial, aren't suitable for the sorts of games I want to make. Too slow.

No comments:

Post a Comment