TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
Easy to use iOS class to manage location system, very useful.
This is allows you to tracking user location, monitoring regions and obtain the user location.
$ git clone [email protected]:rcabamo/RCLocationManager.git
Check out the sample project.
Drag the RCLocationManager
folder into your project.
#import "RCLocationManager.h"
RCLocationManager
and suscribe the notifications. Example:RCLocationManager *locationManager = [[RCLocationManager alloc] initWithUserDistanceFilter:kCLLocationAccuracyHundredMeters userDesiredAccuracy:kCLLocationAccuracyBest purpose:@"My custom purpose message" delegate:self];
RCLocationManager
requires your application to be linked against the CoreLocation.framework
framework.
RCLocationManager.m
with the linker flag -fobjc-arc
.Thanks to Alejandro Martinez for his help :)
Copyright 2012 Ricardo Caballero ([email protected])
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Attribution is not required, but appreciated.