Where can I find iPad Sample Code

Viewed 64708

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.

14 Answers

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.

iPad runs the iPhone OS, so iPhone sample apps are iPad sample apps.

You can go to Xcode > Help > Developer Documentation to search for sample apps.

Few days ago I found a really nice book for iPad programming :

iPad Programming: A Quick-Start Guide for iPhone Developers

I took it as eBook, there are some really interesting advanced samples that will help you to create reach human experience application.

Moreover, you can download all sample code explain on the book.

For more information go here : http://pragprog.com/titles/sfipad/ipad-programming

Unfortunately, this eBook is not free...

Related