PSCountDownButton 中文
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.
add follow line into your podfile:
pod 'PSCountDownButton'
- Set Class to
PSCountDownButton
and fillLimited Sec
at inspector if needed. - Nothing but do any thing that you want to do.
- Nothing but use it like any
UIButton
.