Skip to content

Commit

Permalink
Added link to wiki page for projects using reachability
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymillion committed Feb 12, 2013
1 parent 50f9d95 commit 61e7dec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Finally you can specify wether or not a WWAN connection is considered "reachable

Once you have added the ```h/.m``` files to your project simply go to the ```Project->TARGETS->Build Phases->Link Binary With Libraries``` then press the plus in the lower left of the list. Add ```SystemConfiguration.framework```. Boom, you're done.

#### Tell the world

Head over to [Projects using Reachability](https://github.com/tonymillion/Reachability/wiki/Projects-using-Reachability) and add your project for "Maximum Wins!"

## A Simple example
This sample uses Blocks to tell you when the interface state has changed. The blocks will be called on a BACKGROUND THREAD so you need to dispatch UI updates onto the main thread.

Expand Down

0 comments on commit 61e7dec

Please sign in to comment.