I was looking for some tutorials which use xCode 4. I found this one but it didn’t look as my xCode.
For example:
1) when I wish to make a new project, I don’t find “View-based Application” option, just Single View Application. For the moment I’ve used single View Application.
2) The generated project doesn’t contain “HelloWorldViewController.xib” file, so I’ve added it from new file.
Now, when I’m File’s Owner I can’t choose the right function(“changeTheTextOfTheLabel”) , because I don’t see it between the options.
Can you give me your advice in order to finish my first HelloWorld app?
Apple provides tutorials that are more likely to be a match for your tools if you’re using the latest versions. The following may help:
Your first iOS application
Your second iOS app
Trying to adapt earlier approaches to the new templates and structure can be done but it can also be very frustrating.