VladimirCreator / ChipLayout

Visit website to watch a video.

Home Page:https://github.com/VladimirCreator/ChipLayout/blob/master/Resources/RPReplay_Final1695936676.mov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chip Layout

Table of Contens

Description

Topics

swift swift-package-manager swiftui

Discussion

The package consists of the only Swift package and two Xcode projects:

  1. ChipLayout
  2. Playground
  3. GitHub Cover

Preview

Preview

Getting Started

Traditional

  1. Open /Sources/ChipLayout.swift
  2. Press + A to select all
  3. Press + C to copy
  4. Press + V to paste
  5. Enjoy

Tuist

Read the documentation.

Xcode

Read the article.

Example

import SwiftUI
import ChipLayout

internal struct ContentView: View {
	internal var body: some View {
		ChipLayout {
			ForEach(.zero..<256, id: \.self) { integer in
				Text("Chip \(integer)")
			}
		}
	}
}

Play

Open Playground/VladimirCreator/Playground.swift.

License

ChipLayout is licensed under the Apache-2.0. See the LICENSE for more information.

About

Visit website to watch a video.

https://github.com/VladimirCreator/ChipLayout/blob/master/Resources/RPReplay_Final1695936676.mov

License:Apache License 2.0


Languages

Language:Swift 100.0%