VladimirCreator / circumference-layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circumference Layout

Table of Contents

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.

Xcode

Read the article.

Example

import SwiftUI

internal 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. See the LICENSE for more information.

docker run --privileged --interactive --tty --name swift-latest swift:latest /bin/bash

About

License:GNU General Public License v3.0


Languages

Language:Swift 100.0%