Create LICENSE.md (#5)
MapItemPicker is a location picker sheet. Currently supports only iOS and Mac Catalyst.
MapItemPicker
MapItemPicker has similar same API and behavior as other Presentation Modifiers.
import SwiftUI import MapItemPicker struct ContentView: View { @State private var showingPicker = false var body: some View { Button("Choose location") { showingPicker = true } .mapItemPicker(isPresented: $showingPicker) { item in if let name = item?.name { print("Selected \(name)") } } } }
https://github.com/lorenzofiamingo/swiftui-map-item-picker
NSLocationWhenInUseUsageDescription
SwiftUI AsyncButton 🖲️
SwiftUI PhotosPicker 🌇
SwiftUI CachedAsyncImage 🗃️
SwiftUI VerticalTabView 🔝
SwiftUI SharedObject 🍱
SwiftUI MapItemPicker 🗺️
MapItemPickeris a location picker sheet. Currently supports only iOS and Mac Catalyst.Usage
MapItemPickerhas similar same API and behavior as other Presentation Modifiers.Installation
https://github.com/lorenzofiamingo/swiftui-map-item-picker) and click Next.NSLocationWhenInUseUsageDescriptionkey to your app’s Info.plistOther projects
SwiftUI AsyncButton 🖲️
SwiftUI PhotosPicker 🌇
SwiftUI CachedAsyncImage 🗃️
SwiftUI VerticalTabView 🔝
SwiftUI SharedObject 🍱