Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 2.24 KB

README.md

File metadata and controls

42 lines (30 loc) · 2.24 KB

adaptive-modal

Release License

A presentation API library for constructing bottom sheet modals on iOS.

iPhone Preview

LIGHT DARK
BASIC SCROLL
basic_draggable.mp4
scroll_view_with_height_limit.mp4
EXPAND ITEMS
expand_animation.mp4
binding_items.mp4

Options

DRAGGABLE=FALSE CANCELABLE=FALSE
draggable_disabled.mp4
cancelable_disable.mp4

Installation

Package.swift

dependencies: [
  .package(url: "https://github.com/yoshiysh/adaptive-modal", .upToNextMajor(from: "0.9.0")),
],

Xcode

You can add this package on Xcode. See documentation.