Skip to content

darkcl/NSTimer-CountDownBlock

Repository files navigation

NSTimer-CountDownBlock

Version License Platform

Installation

pod 'NSTimer+CountDownBlock'

Usage

#import <NSTimer+CountDownBlock.h>

[NSTimer countDownTimerWithTimeInterval:30
                         countDownBlock:^(NSTimeInterval seconds) {
                             NSLog(@"Remaining seconds :%i", (int)seconds);
                         }];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published