1 Repositories
Swift Tribute Libraries
Programmatic creation of NSAttributedString doesn't have to be a pain
Tribute let string = NSMutableAttributedString().add("Hello ") { $0.font = .systemFontOfSize(20) $0.color = .redColor() $0.underline = .St
63 Sep 24, 2022