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 iphone sdk?
From which ios version, arc is supported?
Explain the correct way to manage Outlets memory in iOS.
What is managed object context and what are its functions?
What is the purpose of ios?
Define decoding or deserialization?
Which is the super class of all view controller objects?
Why do you generally create a weak reference when using self in a block?
what’s accessibilityhint?
How to measure your application's performance on an iphone device?
Name and explain the iOS app states.
how you can delete a smart group created in Xcode?