GettingStartedUIKit.tutorial 751 B

123456789101112131415161718192021222324252627282930
  1. @Tutorial(time: 15) {
  2. @Intro(title: "Getting Started with Kingfisher (UIKit)") {
  3. Installs Kingfisher and basic usage of the framework with UIKit.
  4. @Image(source: "getting-started-card", alt: "")
  5. }
  6. @Section(title: "Installation") {
  7. @ContentAndMedia {
  8. Hello
  9. @Image(source: "", alt: "123")
  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. }