Top "Cllocationmanager" questions

The CLLocationManager class defines the interface for configuring the delivery of location- and heading-related events to your application

Location Services not working in iOS 8

My app that worked fine on iOS 7 doesn't work with the iOS 8 SDK. CLLocationManager doesn't return a location, and I …

objective-c ios8 location cllocationmanager
Get User's Current Location / Coordinates

How can I store the user's current location and also show the location on a map? I am able to …

ios swift iphone location cllocationmanager
Show Current Location and Update Location in MKMapView in Swift

I am learning how to use the new Swift language (only Swift, no Objective-C). To do it, I want to …

ios swift mkmapview cllocationmanager
CLLocation Manager in Swift to get Location of User

I am trying to convert an old app in ObjC to Swift as a practice exercise and have ran in …

cllocationmanager swift
How to get current longitude and latitude using CLLocationManager-Swift

I want to get the current longitude and latitude of a location using Swift and display them via labels. I …

swift cllocationmanager
How to find your current location with CoreLocation

I need to find my current location with CoreLocation, I tried multiple methods but so far my CLLocationManager has only …

xcode location core-location cllocationmanager
Checking location service permission on iOS

How can I check if location service is enabled for my app? I have 2 storyboards and I want to check …

ios objective-c swift cllocationmanager