MrPans / PSCountDownButton

A drop-in UIButton subclass,make countdown easy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSCountDownButton 中文

docs Pod Version License Platform SwiftCompatible

A drop-in UIButton subclass makes countdown easy.

It's painful that each project has to write a register module with sms verification. So, I just make a toy to make it easy.

PSCountDownButton was created for that. It doesn't concentrate on what it looks like or which targets should be send action to. The only thing it handles for you is countdown.

PSCountDownButton supports both Code and Storyboard.

Getting Start

Installation with CocoaPods

add follow line into your podfile:

pod 'PSCountDownButton'

Usage

Storyboard
  1. Set Class to PSCountDownButton and fill Limited Sec at inspector if needed.
  2. Nothing but do any thing that you want to do.
Code
  1. Nothing but use it like any UIButton.

About

A drop-in UIButton subclass,make countdown easy.

License:MIT License


Languages

Language:Objective-C 82.6%Language:Ruby 17.4%