YBUtils 0.1.6

YBUtils 0.1.6

Maintained by panyibin.



YBUtils 0.1.6

  • By
  • panyibin

YBUtils

CI Status Version License Platform

Features

Category for NSTimer, supporting block parameter for OS below iOS 10.

More features coming soon.

Usage

#import <YBUtils/NSTimer+Yibin.h>

NSTimer *timer1 = [NSTimer yb_timerWithTimeInterval:1 repeats:YES block:^(NSTimer *timer) {

}];

NSTimer *timer2 = [NSTimer yb_scheduledTimerWithTimeInterval:1 repeats:YES block:^(NSTimer *timer) {

}];

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

YBUtils is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'YBUtils'

Author

panyibin, [email protected]

License

YBUtils is available under the MIT license. See the LICENSE file for more info.