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 |
Name the application thread from where uikit classes should be used?
Why do we use synchronized ?
Define ipa?
Explain why delegates and notifications are different.
Explain "private", "protected" and "public"?
What is memory management handled on ios?
What is a serial queue?
What happens when you invoke a method on a nil pointer?
What is the latest version of ios?
Does ios supports multi-tasking functionality?
What is abstract class in ios?
What is ios selector?