Skip to content

zmonteca/UIButton-PLColor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UIButton-PLColor

iOS UIButton Category

== Description ==

Set the background color of any button by specifying a UIColor instead of a UIImage. Simple creates a small square bitmap image and assigns the color to it.

== How To ==

  1. Import header into your Prefix.pch
  2. Usage
    [button setBackgroundColor:uiTextColor forState:UIControlStateDisabled];
  1. Optional forStates to use:
UIControlStateNormal
UIControlStateHighlighted
UIControlStateDisabled
UIControlStateSelected

About

Set the background color of a button specified state

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published