GettingStartedSwiftUI.tutorial 765 B

12345678910111213141516171819202122232425262728
  1. @Tutorial(time: 15) {
  2. @Intro(title: "Getting Started with Kingfisher (SwiftUI)") {
  3. Installs Kingfisher and basic usage of the framework with SwiftUI.
  4. @Image(source: "getting-started-card", alt: "")
  5. }
  6. @Section(title: "<#text#>") {
  7. @ContentAndMedia {
  8. <#text#>
  9. @Image(source: <#file#>, alt: "<#accessible description#>")
  10. }
  11. @Steps {
  12. @Step {
  13. <#text#>
  14. @Image(source: <#file#>, alt: "<#accessible description#>")
  15. }
  16. @Step {
  17. <#text#>
  18. @Code(name: "<#display name#>", file: <#filename.swift#>)
  19. }
  20. }
  21. }
  22. }