The Wayback Machine - https://web.archive.org/web/20210430124958/https://github.com/omaralbeik/drops
Skip to content
main
Switch branches/tags
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Apr 27, 2021

Drops

A µFramework for showing iOS 13 like alerts

Demo


Features / Todos

  • Light/dark mode
  • Interactive dismissal
  • Add accessibility
  • Show with custome duration
  • Queue multiple drops
  • Add tests

Usage

  1. Create a drop:
let drop = Drop(title: "Title", subtitle: "Subtitle")
  1. Present it from a view controller:
present(drop: drop)

Installation

Swift Package Manager

The Swift Package Manager is a tool for managing the distribution of Swift code.

  1. Add the following to your Package.swift file:
dependencies: [
    .package(url: "https://github.com/omaralbeik/drops.git", from: "0.1.0")
]
  1. Build your project:
$ swift build

License

Drops is released under the MIT license. See LICENSE for more information.

About

A µFramework for showing iOS 13 like alerts

Resources

License

Packages

No packages published

Languages