CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
pod 'QDLocationManager', '~> 0.0.1'
Add listener for distance = 10m.
[[QDLocationManager sharedManager] addListener:self forDistance:10.0 resultBlock:^(CLLocation *location) {
//do stuff
}];
Remove listener only for distance = 10m.
[[QDLocationManager sharedManager] removeListener:self forDistance:10.0];
Remove listener for all distances.
[[QDLocationManager sharedManager] removeListener:self];
QDLocationManager is available under the MIT license. See the LICENSE file for more info.