# lucaszischka/BottomSheet

A sliding Sheet from the bottom of the Screen with 3 States build with SwiftUI.

Repository: https://github.com/lucaszischka/BottomSheet
Canonical: https://ross.abutalabs.com/products/lucaszischka-bottomsheet
Language: Swift
License: MIT
License Family: permissive
Topics: bottomsheet, swiftui, swift, swift5, xcode, hacktoberfest
Last push: 2026-07-18T09:58:04+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 93, release rhythm 8, longevity 100
- inputs: {"age_days": 2066, "days_push": 46, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1244, forks 164 (observed 2026-08-28T04:04:06.779344+00:00)

## What it is
A SwiftUI library providing a customizable sliding bottom sheet component with any number of states, inspired by Apple Maps, Shortcuts, and Apple Music. It supports dynamic heights per state, built-in headers with search bars, and works with ScrollViews, Lists, and arbitrary views.

## Use cases
- add an Apple Maps-style bottom sheet to my SwiftUI app
- create a multi-state draggable sheet with different heights
- show a search bar in a sliding panel header
- implement a bottom drawer that hides content when pulled down
- build a customizable sheet that works with ScrollView and List

## When to choose
- you need more than two sheet states or per-state heights
- you want an Apple Maps-like bottom sheet on iOS 13+
- you want easy SwiftUI integration with many customization modifiers

## When to avoid
- you target only iOS 16+ and are happy with the native sheet/presentationDetents APIs
- you need a UIKit-based sheet implementation
- your app is not built with SwiftUI

## Facets
- artifact type: library
- maturity: active
- function: ui-components, animation, state-management
- domain: mobile-development, frontend, cross-platform
- platform: -
- tags: swiftui, bottom-sheet, uikit-alternative, apple-maps-style, swiftpm, cocoapods, ios, swift, macos

## Member repositories
- lucaszischka/BottomSheet (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:06.779344+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:08:15.696369+00:00, confidence not recorded.
  - readme: https://github.com/lucaszischka/BottomSheet (fetched 2026-08-28T04:04:06.779344+00:00, sha 249e3df0e505)
- Data as of 2026-08-30T08:39:29.467469+00:00.
