I know the iPhone has a site with sample apps and code for the iPhone. Are there any resources out there for the iPad?
I would like iPad specific examples like using split view, etc.
I know the iPhone has a site with sample apps and code for the iPhone. Are there any resources out there for the iPad?
I would like iPad specific examples like using split view, etc.
iPad runs the iPhone OS, so iPhone sample apps are iPad sample apps.
If you're a member of the Apple Developer Connection who's paid for the $99/year iPhone developer license, the iPhone Dev Center has everything you need for iPad support, including:
When you get to the iPhone Dev Center, click "iPhone SDK 3.2 beta."
You can go to Xcode > Help > Developer Documentation to search for sample apps.
I don't know if you can find real ipad sample for now... There is no sample Apps with "split view controler" or the "Popover" component" like they recommand in the Guideline for iPad
Nb. : In xCode, you can start a new project with "Split View-based Application" template, this is a minimalistic implementation of the Ipad split view.
My BSD-licensed open source application Molecules has been updated with an iPad interface to make it a universal iPhone / iPad application, and the code for that is available for you to peruse. It uses a UISplitViewController to define its primary iPad interface, with UIPopoverControllers for additional toolbar actions.
check the source code for iPad Split view Controller Tutorial at the following link.iPad Split View Navigation Controller Sample code
There is a list of Apples iPad code samples at http://iphoneos-developer.blogspot.com/2010/05/ipad-sample-code.html
I am still looking for "big" ipad sample projects... Anyone with a tip?
The Molecules sample code is a great sample because it covers writing a single app that works on both ipad and iphone interfaces, and uses ipad split view controller.
you would google for Open sourced "iPad apps" or "universal apps". you will find some nice apps like wikihow, wordpress, molecules..etc.
All the best.