Search code examples
iosxcodeipadxcode4

What's the best starter resource on iOS5 / Xcode 4 programming?


I am working on an iPad (iOS5) project on Xcode 4. I knew I should use split view, and it seems the storyboard in Xcode 4 is good for me to start. But I still have no idea on how to work on it. I don't know how to change from different "pages", or even how to start.

I found most the resource in the Internet are just covered Xcode 3, and Xcode 4 is quiet different to that.

Would anyone please to suggest some good starter resource for Xcode 4??

Thank all. :)


Solution

  • Well, beside the Apple documentation (which is always the most up-to-date), this link gives a few others : http://maniacdev.com/xcode-4-tutorial-and-guide/ which seem to cover what you're looking for (Storyboard, Interface Builder...)