Skip to content

Commit d9ad0eb

Browse files
committed
Update README.md
1 parent d4f2274 commit d9ad0eb

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SwiftyTimer is a set of extensions to make the `NSTimer` API cleaner, nicer to u
44

55
Read [Swifty APIs: NSTimer](http://radex.io/swift/nstimer/) for more information about this project.
66

7-
### Usage
7+
## Usage
88

99
You can easily schedule repeating and non-repeating timers (repeats and delays) using `NSTimer.every` and `NSTimer.after`:
1010

@@ -53,7 +53,7 @@ timer.start()
5353
timer.start(modes: NSDefaultRunLoopMode, NSEventTrackingRunLoopMode)
5454
```
5555

56-
### Installation
56+
## Installation
5757

5858
The simplest way to install this library is to copy `Src/SwiftyTimer.swift` to your project. There's no step two!
5959

@@ -73,6 +73,15 @@ import SwiftyTimer
7373

7474
Note that this requires CocoaPods 0.36+, as well as iOS 8 or OS X 10.9+
7575

76+
## More like this
77+
78+
If you like SwiftyTimer, check out [SwiftyUserDefaults](https://github.com/radex/SwiftyUserDefaults), which applies the same swifty approach to `NSUserDefaults`.
79+
80+
You might also be interested in my blog posts which explain the design process behind those libraries:
81+
- [Swifty APIs: NSTimer](http://radex.io/swift/nstimer/)
82+
- [Swifty APIs: NSUserDefaults](http://radex.io/swift/nsuserdefaults/)
83+
- [Swifty methods](http://radex.io/swift/methods/)
84+
7685
### Contributing
7786

7887
If you have comments, complaints or ideas for improvements, feel free to open an issue or a pull request.

0 commit comments

Comments
 (0)