iOS.Library.eppz_reachability icon indicating copy to clipboard operation
iOS.Library.eppz_reachability copied to clipboard

A block-based extraction of Apple's Reachability sample.

Results 2 iOS.Library.eppz_reachability issues
Sort by recently updated
recently updated
newest added

I started listening to host: [EPPZReachability listenHost:RADIO_STRING_128 delegate:self]; and conformed to the protocol and implemented delegate method: -(void)reachabilityChanged:(EPPZReachability*) reachability; It sends me the info that 3g is available once at...

I suggest improving the listen method by adding callback block to it so we don't have to have delegates and stuff.

enhancement