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 the methods for unzip file in AFNetworking
What is called before viewdidload?
Why to keep user policies at server side rather on device? : IOS Architect
What is meaning of 'atomic' keyword?
is code completion is active by default in iphone development?
. How do you change the content of your app in order to change the views displayed in the corresponding window?
What is uikit in ios?
Which is easier android or ios development?
What is inactive state in ios?
Explain how to shut off message alerts in ios?
What is core data?
Explain the significance of autorelease?