Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 543 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 543 Bytes

CocuLabel

CocuLabel is subclass of UILabel that changes text color optimaized back view.

Features

Alt Text

Installation

not yet

Usage

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