foundationkit / iOSKit

iOS Additions to FoundationKit
http://foundationk.it
52 stars 5 forks source link

NetworkStatus instead of BOOL #3

Closed kampfgnu closed 11 years ago

kampfgnu commented 11 years ago

hello mathias,

your reachability class assigns NetworkStatus enums to BOOLs. e.g. on line 194 in Reachability.m: BOOL retVal = NotReachable; where there should be: NetworkStatus retVal = NotReachable;

cheers

myell0w commented 11 years ago

removed because of deprecation.