Hello,
How do i get the Direction from compass when i rotate my device? i have use : - (void)locationManager:(CLLocationManager *)manager didUpdateHeading:(CLHeading *)heading { } method but nothing is detected under heading tag?
i just want to get the direction (i.e) 90N , 180S etc..
need help Thank you.