Acceder a una variable del AppDelegate
//en el ViewController destino:
AppDelegate *appDelegate = (AppDelegate *) [[UIApplication sharedApplication] delegate];
[appDelegate locationManager].delegate = self;
[[appDelegate locationManager] startUpdatingLocation];