Tags
Language
Tags
July 2025
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Introducing Maps in SwiftUI using MapKit

    Posted By: BlackDove
    Introducing Maps in SwiftUI using MapKit

    Introducing Maps in SwiftUI using MapKit
    Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 48.0 KHz
    Language: English | Size: 799 MB | Duration: 8 lectures • 1h 39m


    Build map enabled apps in SwiftUI

    What you'll learn

    Map view in SwiftUI
    MKMapView from UIKit to SwiftUI
    Core location integration into SwiftUI
    Integration of Maps in SwiftUI based apps

    Requirements

    Knowledge of Swift
    Knowledge of SwiftUI

    Description

    Map view was introduced in the world of SwiftUI with the release of iOS 14. Map is a view that displays an embedded map interface. Map view displays a region and you can use this view natively in SwiftUI view. Map view has many configuration options which will allow you to display or track a location and even interact with the map on the view.

    SwiftUI map is great to bring up maps and display some of the basic functionalities in the map but its no match to UIKit version of MKMapView. But the porting over UIKit map is easy. In this course we will start with a simple map and explore all the functionalities there are for maps to offer from SwiftUI's. From there we will explore some of the advance options map map annotations and map markers. We will also build map marker using pure SwiftUI views.

    SwiftUI map version doesn't support different types of maps yet but we can add that support by building UIKit version of the map. This map will allows us to support map type of SwiftUI world.

    We will also explore ability to add core location framework to support user's location tracking along with subscribing to receive published user location as they move in the map.
    Who this course is for

    Developers who wants to integrate Maps in SwiftUI and build map based apps for iOS in SwiftUI