.
git pulumi swift swift-package-manager swiftui
The package consists of the only Swift package and two Xcode projects:
- ChipLayout: the main product
- Playground: a little SwiftUI product that shows the main product in action
- GitHub Cover: a little SwiftUI product that is used to create Open Graph image
- Open
Sources/ChipLayout/Sources/ChipLayout.swift
- Press ⌘ + A to select all
- Press ⌘ + C to copy
- Press ⌘ + V to paste
- Enjoy
Read the following documentation.
Read the following article.
import SwiftUI
import ChipLayout
internal struct ContentView: View {
internal var body: some View {
ChipLayout {
ForEach(.zero..<256, id: \.self) { integer in
Text("Chip \(integer)")
}
}
}
}
This repository is licensed under the terms of the Apache-2.0 license.
Copyright © 2024 Vladimir Leonidovich. All rights reserved.