views:

16787

answers:

12

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.

A: 

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

Tanzelax
apps are built different for the iPad. though they use similar views and form objects the actual layout is plain different.
Buffernet
+11  A: 

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."

John Rudy
You don't need to be a paying member for this. Just register as a free member and you get access to all the developer material (XCode, docs, sample code, etc.)
Niels Heidenreich
@Niels: True, though I think when this was posted you did for the beta.
John Rudy
A: 

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

samwize
+1  A: 

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.

molokoloco
+5  A: 

iPad sample code

iPad Programming Tutorial – Hello World++

Sujith
Make it a link :)
seanhodges
link=> http://doronkatz.com/ipad-programming-tutorial-hello-world
AlexanderN
lets give credit to the original author: http://icodeblog.com/2010/04/05/ipad-programming-tutorial-hello-world/
norskben
+9  A: 

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.

Brad Larson
+1 because I just used Molecules a few days ago to help me create a universal app.
kubi
+1 because I love Molecules.
altuzar
+1 because generosity rocks.
Epaga
+1  A: 

check the source code for iPad Split view Controller Tutorial at the following link.iPad Split View Navigation Controller Sample code

Narinder Bansal
link is not working
lak in iphone
+3  A: 

There is a list of Apples iPad code samples at http://iphoneos-developer.blogspot.com/2010/05/ipad-sample-code.html

Iggy
A: 

I am still looking for "big" ipad sample projects... Anyone with a tip?

meersmans
A: 

Here is an improved splitview controller, MGSplitViewController from Matt Gemmell.

ustun
A: 

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.

Simone Maynard
A: 

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.

GopiKrishnAn