/XEELocationManager

Wrapper class that simplifies location handling.

Primary LanguageObjective-CMIT LicenseMIT

Alt text

XEELocationManager

XEELocationManager is a simple facade wrapper around CoreLocation's CLLocationManager.

Usage

[[XEELocationManager sharedManager] fetchCurrentLocation:^(CLLocation *location) {
  NSLog(@"%@", location);
} refresh:YES];

Contact

Follow XEETech on Twitter (XEE Tech).

Connect with us on LinkedIn (@XEE_Tech).

License

XEEPluralizer is available under the MIT license. See the LICENSE file for more info.