Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladimircreator/circumference-layout
https://github.com/vladimircreator/circumference-layout
swift swift-package-manager swiftui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vladimircreator/circumference-layout
- Owner: VladimirCreator
- License: gpl-3.0
- Created: 2024-02-29T21:01:43.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-01T20:14:54.000Z (11 months ago)
- Last Synced: 2024-03-01T21:25:58.715Z (11 months ago)
- Topics: swift, swift-package-manager, swiftui
- Language: Swift
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Circumference Layout
## Table of Contents
- [Description](#description)
- [Discussion](#discussion)
- [License](#license)## Description
### Topics
swift swift-package-manager swiftui## Discussion
The package consists of the only product:1. CircumferenceLayout
### Preview
### Getting Started
#### Traditional
1. Open /Sources/CircumferenceLayout/Sources/CircumferenceLayout.swift
2. Press ⌘ + A to select all.
3. Press ⌘ + C to copy.
4. Press ⌘ + V to paste.#### Tuist
Read the [documentation](https://docs.tuist.io/documentation/tuist/).#### Xcode
Read the [article](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app/).### Example
```swift
import SwiftUIinternal struct ContentView: View {
internal var body: some View {
CircumferenceLayout() {
ForEach(.zero..<8, id: \.self) { integer in
Text("Text \(integer)")
}
}
}
}
```## License
circumference-layout is licensed under the [GPL-3.0](LICENSE) license. See the [LICENSE](LICENSE) for more information.```bash
docker run --privileged --interactive --tty --name swift-latest swift:latest /bin/bash
```