Iphone SDK 4 [CLLocationManager headingAvailable]
- by Raphael Pinto
I used to get disponibility of heading on iphone OS 3.1.3 checking headingAvailable property.
But in OS 4.0 it has been deprecated. Now we have to use headingAvailable function.
My problem is that I get a :
warning: 'headingAvailable' is deprecated
when I call the function :
if([locationManager headingAvailable])
[locationManager…