I am currently designing an iPhone app. It uses a web api that I’m building in PHP. The app requires users to login. What I am currently researching, and having a really hard time figuring out, is if there is
iPhone: CLLocation: Get current location
Steps to basic geolocation: 1. Add CLLocation framework to Build Phases, Link Binary with Libraries 2. Set up instance variable in .h file: CLLocationManager *locationManager; 3. Instantiate and set up location manager in the .m file: locationManager = [[CLLocationManager alloc] init];