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 are ios categories?
Explain the usage of struct?
What does use core data mean in xcode?
What is UITableView?
How to measure your application's performance on an iphone device?
Is appdelegate a singleton?
. Apart from incorporating views and controls, what else an app can incorporate?
You wish to define your custom view. Which class will be subclassed?
What are the ways to store data localy on iphone device?
What are layer objects and what do they represent?
What are the three themes that ios embodies?
how push notification works?