Doing a Paint with AppGameKit and OBJ c is really easy.
I suggest you to use the CGContext, that is really fast and easy.
So you can use the CreateImageFromContext (i hope i written it well) and add directly to the UntitledViewController View.
If you wanna do a Paint using only AppGameKit, you need to do some brushes with sprites, but as i already tested, it become reeeeeeeeallllly slow after 300/400 sprites on the screen.
I used CGContext to do the graphic for the GG Basic, and it work very fast.
Long life to Steve!