CocuLabel 0.0.1

CocuLabel 0.0.1

测试已测试
Lang语言 SwiftSwift
许可 MIT
发布上次发布2015年3月
SPM支持SPM

shuntaro sato维护。




CocuLabel 0.0.1

  • ushisantoasobu

CocuLabel

CocuLabel是UILabel的子类,它可以优化背景视图并更改文本颜色。

特点

Alt Text

安装

尚未

用法

var label = CocuLabel()

label.updateColor()

// you can set priority three colors.
// if all colors don't satisfy, automatic optimized color is set
label.setPriorityColor(UIColor.whiteColor(),
                        second: UIColor.blackColor(),
                        third : UIColor.greenColor())
label.updateColor()