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 |
Explain difference between coredata & sqlite?
Is viewdidload only called once?
what is the difference between bounds and frame?
Differentiate ‘app id’ from ‘bundle id.’ Explain why they are used?
What is meaning of 'synthesize' keyword ?
What is encapsulation in ios?
What is nsmanagedobjectcontext? What are the different concurrency types?
What language is ios written?
Name the memory management rules and their related methods.
What is the 'implementation'?
What are kvo and kvc?
When to use nsmutablearray and when to use nsarray?