bits about life, coding and stuff
Disappointed by the Reachability Classes from Apple?
While the 2.0 version of this code is much better than v1.5, it is still quite raw. (For example, there is a bare [super init]; in a class method [line 175 in Reachability.m]. It does nothing. It also has two routines with misspellings in their names: -startNotifer/-stopNotifer should be -startNotifier/-stopNotifier) To me, these are signs of raw code. To remedy this, I have significantly reengineered this class.
There’s a much better, rewritten version thats compatible to Apple’s class. And it’s also a damn good tutorial. So go for it, Reachability should has to be be in every app that connects to the internet!
Related posts: