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
Does ios support multiple inheritance?
What is arc and how is it different from autorelease?
What is the architecture of ios?
What is dependency management?
What is id in ios?
What is ios closure?
What widgets can not do ?
From which ios version, arc is supported?
Differentiate between release and pool drain?
Explain how the push notification works in iOS operating system?
Explain the difference between strong and retain.
what is the use of PO command in Xcode?
What is the difference between retain & assign in iOS operating system?
What is thread in ios?
Which compiler is used by ios? : IOS Architect