Skip to content

Instantly share code, notes, and snippets.

View SAPIENTechnologies's full-sized avatar

SAPIEN Technologies, Inc. SAPIENTechnologies

View GitHub Profile
@mshafer
mshafer / ContentView.swift
Last active May 3, 2023 13:37
Slide-over card (like in Maps or Stocks) using SwiftUI
import SwiftUI
struct ContentView : View {
var body: some View {
ZStack(alignment: Alignment.top) {
MapView()
SlideOverCard {
VStack {
CoverImage(imageName: "maitlandbay")
Text("Maitland Bay")