This is my CoreLocationController.h objective c class
#import #import #import
Perhaps something is wrong with setting the delegate? I usually specify the delegate in the .h file like this:
id delegate;
and
@property (nonatomic, assign) id delegate;
EDIT
Also, did you check that -mapView:didUpdateUserLocation: is being called?
-mapView:didUpdateUserLocation: