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 is background mode in ios?
What is the first responder and responder chain?
What is block in ios swift?
Which language is best for ios development?
What are the important delegate methods of nsxml parser?
Explain the options and bars available in xcode 4.x workspace window in iOS operating system
What is difference between category and extension in ios?
what is the use of PO command in Xcode?
What is the protocol in ios?
What are design patterns in ios?
What is the purpose of UIWindow object in iOS operating system?
How do I create a class in xcode?
How do you usually persist data on ios? : IOS Architect
What is a thread in ios?
Who calls the main function of you app during the app launch cycle in iOS operating system?