KUITagLabel 2.0.0

KUITagLabel 2.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2017
SwiftSwift Version 4.0
SPMSupports SPM

Maintained by Kofktu.



  • By
  • Kofktu




alt tag

  • TagLabel support for Dynamic height
  • Support for Accessiblity

Requirements

  • iOS 8.0+
  • Xcode 9.0
  • Swift 4.0 (>= 2.0.0)
  • Swift 3.0 (>= 1.5.0)

Usage

KUITagLabel

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()

Authors

Taeun Kim (kofktu), [email protected]

License

KUITagLabel is available under the MIT license. See the LICENSE file for more info.