The CLLocationManager class defines the interface for configuring the delivery of location- and heading-related events to your application
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 cllocationmanagerHow can I store the user's current location and also show the location on a map? I am able to …
ios swift iphone location cllocationmanagerHow can I get the current location from user in iOS?
iphone objective-c cllocationmanager currentlocationI am learning how to use the new Swift language (only Swift, no Objective-C). To do it, I want to …
ios swift mkmapview cllocationmanagerI am trying to convert an old app in ObjC to Swift as a practice exercise and have ran in …
cllocationmanager swiftI am trying to fetch user location in my iOS app. I have included corelocation framework in my project first. …
ios gps core-location cllocationmanagerI want to get the current location, but instead I get an error. This is a snippet of my view …
ios iphone core-location cllocationmanager cllocationI want to get the current longitude and latitude of a location using Swift and display them via labels. I …
swift cllocationmanagerI need to find my current location with CoreLocation, I tried multiple methods but so far my CLLocationManager has only …
xcode location core-location cllocationmanagerHow 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