A Swift Package to make your text stand out.
StandOut
lets you style your labels with beautiful gradients!
let label = UILabel()
label.text = "Hello World!"
label.apply(gradient: .init(startColor: startColor, endColor: endColor, kind: .linearHorizontal))
Using SwiftPM:
dependencies: [
.package(url: "https://github.com/marcocapano/StandOut.git", from: "1.0")
]