Inherits from UIButton
Declared in TKGlowButton.h
TKGlowButton.m

Overview

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

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.

Declared In

TKGlowButton.h