Skip to content

Instantly share code, notes, and snippets.

View joshbirnholz's full-sized avatar

Josh birnholz joshbirnholz

  • AdventHealth
  • Orlando, Florida
  • X @CompC
View GitHub Profile
@joshbirnholz
joshbirnholz / BottomSheet.swift
Created April 4, 2024 18:56
SwiftUI Bottom Sheet
import SwiftUI
// MARK: BottomSheet
/// The configuration to display a BottomSheet.
///
/// The sheet can be presented from SwiftUI using one of the following view modifiers:
/// - `bottomSheet(isPresented:sheet:)`
/// - `bottomSheet(item:sheet:)`
///