| 123456789101112131415161718192021222324252627282930 |
- @Tutorial(time: 15) {
- @Intro(title: "Getting Started with Kingfisher (UIKit)") {
- Installs Kingfisher and basic usage of the framework with UIKit.
-
- @Image(source: "getting-started-card", alt: "")
- }
-
- @Section(title: "Installation") {
-
- @ContentAndMedia {
- Hello
-
- @Image(source: "", alt: "123")
- }
-
- @Steps {
- @Step {
- <#text#>
-
- @Image(source: <#file#>, alt: "<#accessible description#>")
- }
-
- @Step {
- <#text#>
-
- @Code(name: "<#display name#>", file: <#filename.swift#>)
- }
- }
- }
- }
|