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
How core data differs from sqlite?
Define ipa?
What is nsmanagedobjectcontext? What are the different concurrency types?
What are moments and collections?
What is spritekit and what is scenekit?
what are the two different smart groups in Xcode?
What is thread in ios swift?
What is difference between delegate and datasource in ios?
So how is the new look different from the old look?
How can mobile application errors be prevented?
What is ios application life cycle?
Difference between sax parser and dom parser ?
Multitasking support is available from which version in iOS operating system?
What is ios viewwillappear?
What is the ? In swift?