Tutorials.tutorial 650 B

1234567891011121314151617
  1. @Tutorials(name: "Kingfisher Tutorials") {
  2. @Intro(title: "Kingfisher Tutorials") {
  3. Getting started with Kingfisher by following a sample app.
  4. }
  5. @Chapter(name: "Getting Started with Kingfisher (UIKit)") {
  6. @Image(source: logo)
  7. Installs Kingfisher and basic usage of the framework with UIKit.
  8. @TutorialReference(tutorial: "doc:GettingStartedUIKit")
  9. }
  10. @Chapter(name: "Getting Started with Kingfisher (SwiftUI)") {
  11. @Image(source: logo)
  12. Installs Kingfisher and basic usage of the framework with SwiftUI.
  13. @TutorialReference(tutorial: "doc:GettingStartedSwiftUI")
  14. }
  15. }