Answer Posted / 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 |
Post New Answer View All Answers
what are all instruments available in Xcode?
Which json framework is supported by ios? : IOS Architect
What are the features of ios?
What kind of database is realm?
What is strong weak in ios?
What is difference between nsnotification and delegate?
What is ios realm?
what are fetched properties?
How do I get ios 13?
What happens if iapplication object does not handle an event?
In which language ios is written?
What are the ways to store data localy on iphone device?
What is ipad screen size?
What is messaging? How does the runtime handle message passing?
Explain @synchronized ,@dynamic