Core Location Best Placement and User Interruption
- by b.dot
Hi All,
My application uses Core Location in three different views. It's working perfectly. In my first view, I subclass the CLLocationManager and use protocol methods for location updates to my calling class. Before I install the framework and code in my other classes, I was wondering:
Is the protocol method the best way?
What happens to the…