CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Sep 2017 |
| SwiftSwift Version | 4.0 |
| SPMSupports SPM | ✗ |
Maintained by Kofktu.
import KUITagLabel
let config = KUITagConfig(titleColor: UIColor.magentaColor(),
titleFont: UIFont.boldSystemFontOfSize(15.0),
...)
tagLabel.add(KUITag(title: "#테스트", config: config))
tagLabel.add(KUITag(title: "#테스트1", config: config))
tagLabel.refresh()
Taeun Kim (kofktu), [email protected]
KUITagLabel is available under the MIT license. See the LICENSE file for more info.