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 the significance of autorelease?
Explain how app delegate is declared by Xcode project templates?
Explain difference between mrc and arc?
How can we prevent ios 8 app’s streaming video media from being captured by quicktime player on yosemite during screen recording?
Is xcode a framework?
are you using charlesproxy ? Why/why not ?
What is the current iphone ios?
Explain how to hide images in ios?
What is advantage of categories? What is difference between implementing a category and inheritance?
Explain which all events will perform an ios application in background
Explain ios multitasking?
What is 1x 2x?