Skip to content

marcocapano/StandOut

Repository files navigation

StandOut

A Swift Package to make your text stand out.

StandOut lets you style your labels with beautiful gradients!

How to use

let label = UILabel()
label.text = "Hello World!"
label.apply(gradient: .init(startColor: startColor, endColor: endColor, kind: .linearHorizontal))

Examples

Horizontal Gradient

horizontal

Vertical Gradient

vertial

Radial Gradient

radial

Installation

Using SwiftPM:

dependencies: [
    .package(url: "https://github.com/marcocapano/StandOut.git", from: "1.0")
]

About

A Swift Package to make your text stand out.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages