Did you used CLRegion? How its working?



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

Post New Answer

More Apple iOS Interview Questions

What is mvc? Mvc architecture of iphone app.

0 Answers  


What are all the difference between categories and subclasses in iOS operating system?

0 Answers   TryTechnicals Pvt Ltd,


Does ios have garbage collection?

0 Answers  


What is category in ios?

0 Answers  


Which class will be subclassed in iOS operating system?

0 Answers   B-Ways TecnoSoft,






Name the application thread from where uikit classes should be used?

0 Answers  


Which language is best for ios development?

0 Answers  


Is appdelegate a singleton?

0 Answers  


Explain which all events will perform an ios application in background

0 Answers  


What is weak in ios?

0 Answers  


What are the viewcontroller lifecycle in ios?

0 Answers  


Explain difference between mrc and arc?

0 Answers  


Categories