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 |
applications that can be used with iphone
How to switch off predictive text?
How you will store user info (username, password or token) securely in ios?
What is arc?
Bundle & document directory, sandbox ?
Define 'copy' keyword?
Outline the class hierarchy for a UIButton until NSObject.
Explain how to hide images in ios?
What is an ios framework?
What is grand central dispatch ios?
How to download xcode for iphone development?
In nsfetchrequest can we fetch only a selective few attributes of an entity? How?