Upgrade to Pro — share decks privately, control downloads, hide ads and more …

"Build interactive tutorials using DocC" の要約 / build_interactive_tutorials_using_docc_summary

uhooi
June 25, 2021

"Build interactive tutorials using DocC" の要約 / build_interactive_tutorials_using_docc_summary

集まれSwift好き!Swift愛好会スピンオフ WWDC21セッション要約会 @オンライン
https://love-swift.connpass.com/event/215687/

## 参考リンク

- Build interactive tutorials using DocC - WWDC 2021 - Videos - Apple Developer
https://developer.apple.com/videos/play/wwdc2021/10235/

- Building an Interactive Tutorial | Apple Developer Documentation
https://developer.apple.com/documentation/DocC/building-an-interactive-tutorial

- iOS App Dev Tutorials | Apple Developer Documentation
https://developer.apple.com/tutorials/app-dev-training

uhooi

June 25, 2021
Tweet

More Decks by uhooi

Other Decks in Programming

Transcript

  1. @Tutorials(name: "iOS App Dev") { @Intro(title: "Develop Apps for iOS")

    { Learn the basics of Xcode... @Image(source: SUI_course-hero.png) } @Chapter(name: "SwiftUI Essentials") { @Image(...) @TutorialReference(tutorial: "doc:UsingStacks...") ... } ... }
  2. @Tutorials(name: "iOS App Dev") { @Intro(title: "Develop Apps for iOS")

    { Learn the basics of Xcode... @Image(source: SUI_course-hero.png) } @Chapter(name: "SwiftUI Essentials") { @Image(...) @TutorialReference(tutorial: "doc:UsingStacks...") ... } ... }
  3. @Tutorial(time: 15) { @Intro(title: "Using Stacks...") { Create, modify, and

    combine views... @Image(...) } @Section(title: "Create a Project") { @ContentAndMedia(layout: "horizontal") { Throughout this course,... @Image(...) } @Steps { @Step { Create a new project using the iOS App template. @Image(...) } } } }
  4. @Tutorial(time: 15) { @Intro(title: "Using Stacks...") { Create, modify, and

    combine views... @Image(...) } @Section(title: "Create a Project") { @ContentAndMedia(layout: "horizontal") { Throughout this course,... @Image(...) } @Steps { @Step { Create a new project using the iOS App template. @Image(...) } } } }