Declare CLLocationManager instance as variable and Implement location Manager and its delegate methods.

Declare CLLocationManager instance as variable and Implement location Manager and its delegate methods.

@interface InViewExampleViewController () <CLLocationManagerDelegate> { CLLocationManager          *locationManager; BOOL                                      findLocation; }