Did you used CLRegion? How its working?
Answer / babu
CLRegion class defines a geographical area that should be tracked After you create a region, you must register it with a CLLocationManager object. The location manager generates appropriate events whenever the user crosses the boundaries of the region.
You ca use the delegate to perform your necessary operations
- (void)locationManager:(CLLocationManager*)manager didExitRegion:(CLRegion *)region
- (void)locationManager:(CLLocationManager *)manager didFailWithError:(NSError *)error
- (void)locationManager:(CLLocationManager*)manager didExitRegion:(CLRegion *)region
| Is This Answer Correct ? | 1 Yes | 0 No |
What is core data stack?
What are the application lifecycle in ios?
What is the meaning of 'weak' keyword?
How to download something from the internet?
What is strong and weak in ios?
What is datasource in ios swift?
What is delegate?
Explain difference between sax parser and dom parser?
What is viper code?
What is singleton pattern in ios?
What is ipa?
What is mvp in ios?