SwiftUI-Kit VS Map

Compare SwiftUI-Kit vs Map and see what are their differences.

SwiftUI-Kit

A SwiftUI system components and interactions demo app (by jordansinger)

Map

MKMapView wrapper for SwiftUI as drop-in to MapKit's SwiftUI view. Easily extensible annotations and overlays, iOS 13 support and backwards compatible with MKAnnotation and MKOverlay! (by pauljohanneskraft)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
SwiftUI-Kit Map
2 5
2,274 175
- -
2.1 1.6
6 months ago 7 months ago
Swift Swift
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

SwiftUI-Kit

Posts with mentions or reviews of SwiftUI-Kit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-07.

Map

Posts with mentions or reviews of Map. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-27.
  • Publishing changes from within view updates is not allowed, this will cause undefined behavior. on Map with Annotations
    1 project | /r/SwiftUI | 16 May 2023
    Something similar to this which can help w performance a lot especially if you use clusters
  • Map clustering for new Map()
    1 project | /r/swift | 7 May 2023
    Eventually they will have to add it but i wouldnt hold my breath. You can still use swiftui views in uikit annotations and wrap mkmapview to look like swiftui similar to this
  • Any good tutorials on how to get directions in a map for swiftui?
    1 project | /r/swift | 3 May 2022
    To get directions, have a look at the official MapKit documentation for MKDirections. In each route of MKDirection.Response, you can find an overlay of type MKOverlay that you can use on MKMapView. Apples own Map implementation for SwiftUI is actually pretty limited, so you can either wrap MKMapView yourself or use the library that I built: https://github.com/pauljohanneskraft/Map
  • MKMapView wrapper for SwiftUI
    2 projects | /r/swift | 27 Apr 2022
    You can find a first approach in this pull request I opened. It allows you to effectively call setNeedsDisplay on the MKOverlayRenderer in use by use of Combine publishers and gives you custom access to the draw and canDraw methods of MKOverlayRenderer directly - would love this to be a SwiftUI view instead, but I'm not sure how to draw into a cgcontext directly - maybe with a UIHostingController and then draw its view into the cgcontext? but then again, how would you map the SwiftUI view to individual MKMapPoints? not sure, if this would ever be a simple task.
    1 project | /r/SwiftUI | 26 Apr 2022
    I was quite frustrated with the limited functionality of MapKit's MKMapView SwiftUI wrapper - so I built my own with a lot more features and customization options and made it open source on GitHub.

What are some alternatives?

When comparing SwiftUI-Kit and Map you can also consider the following projects:

swift-focuser - Focus text field in SwiftUI dynamically and progress through form using iOS keyboard.

InteractiveMap - An Interactive Map Library for Swift and SwiftUI!

swift-win32 - A Windows application framework for Swift

SunKit - SunKit is a Swift library which uses math and trigonometry to compute several information about the Sun.

SDWebImageSwiftUI - SwiftUI Image loading and Animation framework powered by SDWebImage

TCCMapTileAnimation - iOS Project to display animated map tiles within MapKit

reddit-swiftui - A cross-platform Reddit client built in SwiftUI

PreviewDevice - PreviewDevice - is a library with type-safe syntax sugar for preview device on SwiftUI. Preview for UIKit and Cocoa.

open-source-ios-apps - :iphone: Collaborative List of Open-Source iOS Apps

GaugeKit - GaugeKit is a free-to-use, open source Swift Package. It allows for easy creation of gauges not unlike the circular graphics used in many complications on the Apple Watch. ⌚️

LocationSimulator - MacOS application to spoof / fake / mock your iOS / iPadOS or iPhoneSimulator device location. WatchOS and TvOS are partially supported.

SwiftCurrent - A library for managing complex workflows in Swift