# gaetanzanella/OverlayContainer

Non-intrusive iOS UI library to implement overlay based interfaces

Repository: https://github.com/gaetanzanella/OverlayContainer
Canonical: https://ross.abutalabs.com/products/overlaycontainer
Homepage: https://gaetanzanella.github.io/2018-12-17/replicating-apple-maps-overlay
Language: Swift
License: NOASSERTION
License Family: other
Topics: overlay, ios, uikit, bottomsheet, panel, floating
Last push: 2025-02-13T09:46:15+00:00

## Health v2 (maintenance only)
Score: 26/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 6, release rhythm 8, longevity 100
- inputs: {"age_days": 2829, "days_push": 566, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1274, forks 101 (observed 2026-08-28T04:04:12.737537+00:00)

## What it is
A Swift UIKit library for building overlay-based interfaces like the draggable bottom sheets in Apple Maps, Stocks, and Shortcuts. It is lightweight and non-intrusive, letting developers control layout and UI customization while handling overlay translation, notches, and gestures.

## Use cases
- implement a bottom sheet in an iOS app
- replicate the Apple Maps draggable overlay
- build a multi-notch draggable panel with UIKit
- add a bottom sheet that works with scroll views
- create a floating panel with customizable snap points

## When to choose
- you need fine-grained control over overlay motion, notches, and animations
- you must support iOS versions before UISheetPresentationController
- you want a non-intrusive library that doesn't dictate your layout
- you need scroll-view and pan-gesture coordination in a bottom sheet

## When to avoid
- you target iOS 15+ and can use the native UISheetPresentationController
- you need SwiftUI-native sheet implementations
- you want a batteries-included UI component with prebuilt styling

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation
- domain: mobile-development, frontend
- platform: -
- tags: bottom-sheet, overlay, uikit, swift, draggable-panel, ios, mobile

## Member repositories
- gaetanzanella/OverlayContainer (main) score 26

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:12.737537+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:03:07.441051+00:00, confidence not recorded.
  - readme: https://github.com/gaetanzanella/OverlayContainer (fetched 2026-08-28T04:04:12.737537+00:00, sha 11461d9193c9)
  - homepage: https://gaetanzanella.github.io/2018-12-17/replicating-apple-maps-overlay (fetched 2026-08-29T12:14:11.720920+00:00, sha 1735d903790e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
