I have a tutorial I used to start projects off on in Xcode 3.
iPhone Development: Drawing a HUD Display in OpenGL ES
This was very useful as a it started the user off with being able to have 3D and 2D elements to their game.
The project can be downloaded from Jeff LaMarches GitHub respository under HUD.
https://github.com/jlamarche/Old-Blog-Code
However, I got a new laptop with Lion installed and thus I can only really use Xcode 4. For some reason the code doesn't work by default when I open the project in the new Xcode.
Anyway when the I run the project all I get is a blank screen on my iPhone/iPad simulator.
Any advice?
Regards,
Dev.