Since iOS 2, the Core Location framework has provided the way to find a devices geographical location. In this tutorial you’ll learn how to request location permission, retrieve your devices currently location, and display these real-time updates in a SwiftUI app.

Given its age, the Core Location framework has an extensive set of tools that go beyond just finding the users current location. We will look at some of these features today, but also in future tutorials so that you can work with your users location in a way that is suitable for your app.
[Read more…]