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 the extension of ios files?
Which language is best for ios development?
What is a struct in iOS operating system?
Explain the difference between developer and enterprise developer accounts?
What is atomic and non atomic in ios?
Explain "private", "protected" and "public"?
What is synthesize in ios?
What does use core data mean in xcode?
What is xib?
Difference between cocoa, cocoa touch and objective c?
What coding language is used for ios apps?
What is nsmanagedobjectcontext? What are the different concurrency types? Explain each type.
Which app specific objects store the app's content in iOS operating system?
What is nsuserdefaults? What type of data can we store there?
Implement the following methods: retain, release, auto release in iOS operating system?