Swiftpack.co - NuPlay/SwiftUI-VText as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by NuPlay.
NuPlay/SwiftUI-VText 0.21
Easy way to make Vertical Text
⭐️ 15
🕓 3 years ago
iOS macOS tvOS
.package(url: "https://github.com/NuPlay/SwiftUI-VText.git", from: "0.21")

VText

VTextBanner

스크린샷 2021-04-17 오후 12 05 33
스크린샷 2021-04-17 오후 9 56 06 스크린샷 2021-04-17 오후 9 56 11
Code PreView
import SwiftUI
import VText

struct VText_Test: View {
    @State var text : String = "Hello, World!"
    var body: some View {
        HStack(spacing: 32){
            VText(text: _text)
            VText(text: _text, fontWeight: .bold, fontSize: 25, spacing: 10, alignment: .center)
        }
    }
}

GitHub

link
Stars: 15
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

V0.21
3 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics