- TagLabel support for Dynamic height
- Support for Accessiblity
- iOS 8.0+
- Xcode 9.0
- Swift 4.0 (>= 2.0.0)
- Swift 3.0 (>= 1.5.0)
KUITagLabel is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "KUITagLabel"
For iOS 8+ projects with Carthage
github "Kofktu/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()
Taeun Kim (kofktu), kofktu@gmail.com
KUITagLabel is available under the MIT
license. See the LICENSE
file for more info.