Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find iPad Sample Code [closed]

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.

like image 375
Atma Avatar asked Feb 16 '10 21:02

Atma


People also ask

How do you run code on iPad?

In the Swift Playgrounds app on your iPad, tap Run My Code. If there are instructions on the right side of the screen, they slide down when you tap Run My Code, so you can watch your code run in the live view.

Is coding available on iPad?

For first-time coders, there's Swift Playgrounds, an iPad app that makes getting started fun and interactive. With the built-in Learn to Code lessons, you'll use real code to solve puzzles and meet characters you can control with just a tap.


2 Answers

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:

  • iPad Programming Guide
  • iPad Human Interface Guidelines
  • Sample Code

When you get to the iPhone Dev Center, click "iPhone SDK 3.2 beta."

like image 139
John Rudy Avatar answered Sep 19 '22 03:09

John Rudy


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.

like image 39
Brad Larson Avatar answered Sep 19 '22 03:09

Brad Larson