This is my CoreLocationController.h objective c class
#import #import #import
I don't see you assigning the delegate for worldView (but you do for your other stuff). Try adding worldView.delegate = self; in your viewDidLoad.
worldView.delegate = self;
viewDidLoad