XEELocationManager is a simple facade wrapper around CoreLocation's CLLocationManager.
[[XEELocationManager sharedManager] fetchCurrentLocation:^(CLLocation *location) {
NSLog(@"%@", location);
} refresh:YES];
Follow XEETech on Twitter (XEE Tech).
Connect with us on LinkedIn (@XEE_Tech).
XEEPluralizer is available under the MIT license. See the LICENSE file for more info.