Inherits from UIButton
Declared in TKGlowButton.h

Overview

TKGlowButton is a subclassed UIButton that allows the background of a button to glow on touch.

Tasks

Instance Methods

setBackgroundColor:forState:

This method allows you to set the background color during a certain state.

- (void)setBackgroundColor:(UIColor *)color forState:(UIControlState)state

Parameters

color

The background color of the button.

state

The state to which the color will appear.

Discussion

This method allows you to set the background color during a certain state.

Declared In

TKGlowButton.h