Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.09 KB

SwiftUI Tutorials for the iPad

Apple's SwiftUI Tutorial Sample Code adapted for the Swift Playgrounds app for the iPad.

Preview

Why?

Because sometimes it's easier to reach out for the iPad in order to use it for rapid prototyping.

Requirements

iOS 13 and Swift Playgrounds 3.1

Included tutorials

  1. Creating and Combining Views adapted from https://developer.apple.com/tutorials/swiftui/creating-and-combining-views
  2. Building Lists and Navigation adapted from https://developer.apple.com/tutorials/swiftui/building-lists-and-navigation
  3. Handling User Input adapted from https://developer.apple.com/tutorials/swiftui/handling-user-input
  4. Drawing Paths and Shapes adapted from https://developer.apple.com/tutorials/swiftui/drawing-paths-and-shapes
  5. Animating Views and Transitions adapted from https://developer.apple.com/tutorials/swiftui/animating-views-and-transitions

Troubleshooting

If LiveView rendering is laggy, turn off Enable Results

Troubleshooting