FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

zmonteca/UIButton-PLColor: Set the background color of a button specified state · GitHub

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL