Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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: huangyibiao520@qq.com
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%

AltStyle によって変換されたページ (->オリジナル) /