CLLocationManager Delegate changes in iPhone OS 4.0
Posted
by Srilakshmi
on Stack Overflow
See other posts from Stack Overflow
or by Srilakshmi
Published on 2010-06-14T05:18:05Z
Indexed on
2010/06/14
5:22 UTC
Read the original article
Hit count: 343
iphone-sdk
Hi,
I have to run my app using iPhone OS 4.0. but while I am running my app the CLLocationManager Delegate is not getting called.
The Delegate method is
- (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation{ }
© Stack Overflow or respective owner