I wanna add a compass to ARView in the following project: http://developer.apple.com/library/ios/#samplecode/pARk/Listings/pARk_ARView_m.html#//apple_ref/doc/uid/DTS40011083-pARk_ARView_m-DontLinkElementID_5
I used - (void) locationManager:(CLLocationManager *)manager didUpdateHeading:(CLHeading *)newHeading
But it doesnt seem to be executed . Please Help me solve this. Thanks in advance