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 |
Procedure to push the app in appstore?
What is the concurrency how many ways you know to achieve concurrency?
What does static analyser do?
What is application lifecycle in ios?
How will you implement sets and the intersection operation? Complexity?
Which programming languages are used for ios development?
Explain the features is ios 6?
What is fast enumeration?
Explain app id?
How to parse json?
what is the difference between Xcode, Cocoa and Objective C?
How to start a thread?