Skip to content

Repository files navigation

LinkedLabel

LinkedLabel, written in Swift

Demo

Usage

label.addLinks([
    (string: "Ut enim ad minim veniam", attributes: [.foregroundColor: UIColor.red], action: { print($0) }),
    (string: "Duis aute irure dolor in reprehenderit", attributes: [.foregroundColor: UIColor.green], action: { print($0) }),
    (string: "Excepteur sint occaecat cupidatat non proident", attributes: [.foregroundColor: UIColor.blue], action: { print($0) })
])

About

LinkedLabel, written in Swift

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages