Skip to content

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

License

Notifications You must be signed in to change notification settings

ushisantoasobu/CocuLabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published