Trouble with UIImage Touch tutorial
I'm having a bit of trouble with the UIImage/Touch tutorial. I can't seem to get the image to show up on the iphone emulator. The tutorial creates the view programmatically, but I could not figure out how to get it to show up without the interface builder.
I can't even figure out how to stop the program from looking at MainWindow.xib. My code is exactly the same as in the tutorial yet I can't get an image to show up on my screen. it's pretty frustrating.
How do I stop the program from looking for MainWindow.xib?
|