Did you used CLRegion? How its working?
Answer / 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 |
What is application lifecycle in ios?
what is dispatchQueue?
What are the different store migration options? When are they used?
What is 1x 2x?
How will you implement sets and the intersection operation? Complexity?
What manual memory management?
What are the Common reasons for app rejection from app store review process?
Explain about MVC Design patters
Explain the difference between frame and bounds?
Is there any garbage collector concept available in iOS?
Explain the characteristics of ios?
Define decoding or deserialization?