Skip to content

SamUncle/HYBTimerExtension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HYBTimerExtension

A convenience category of NSTimer.

Author: huangyibiao
Email: [email protected]
github:https://github.com/632840804
CSDN Blog: http://blog.csdn.net/woaifen3344/
Any quetion? send me an email. Thank you in advance!

#INSTALL pod 'HYBTimerExtension', '~> 0.0'

#Note This is a very useful cagetory of NSTimer.

#Feature I also provide a common macro file to you, with it, you can reduce some codes in your project.

#USE

  • (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)interval repeats:(BOOL)repeats callback:(HYBVoidBlock)callback;

  • (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)interval count:(NSInteger)count callback:(HYBVoidBlock)callback;

  • (void)fireTimer;

  • (void)unfireTimer;

  • (void)invalid;

About

A convenience category of NSTimer.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 57.4%
  • Ruby 42.6%