Skip to content

wayn/CountdownButton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

CountdownButton

UIButton with countdown

An customed UIButton with a countdown timer, once click the button will be disabled and show up countdown timer on it.

###Usage

CountdownButton *button = [CountdownButton alloc] init];
button.seconds = 60;
[button startCountDown];

See project to find more.

About

UIButton with countdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published