Skip to content

Instantly share code, notes, and snippets.

View taketin's full-sized avatar
🍺
cheers

H.Takeshita taketin

🍺
cheers
  • Fukuoka, Japan.
View GitHub Profile
@taketin
taketin / GetReachability.m
Created July 29, 2011 08:01
EasyUse Reachability 2.0
//
// Project Required SystemConfiguration.framework
// Project Include Reachability.h, Reachability.m
//
// typedef enum {
// NotReachable = 0,
// ReachableViaWiFi,
// ReachableViaWWAN
// } NetworkStatus;
//
NSLog(@"%@", NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES));