An open API service indexing awesome lists of open source software.

https://github.com/meniny/minitoast

An Android toast view implementation for iOS.
https://github.com/meniny/minitoast

toast

Last synced: 8 months ago
JSON representation

An Android toast view implementation for iOS.

Awesome Lists containing this project

README

          





Version
Author
Build Passing
Swift


Platforms
MIT


Cocoapods
Carthage
SPM

## 🏵 Introduction

**MiniToast** is an Android toast view implementation for iOS.

![preview](https://i.loli.net/2018/03/21/5ab2368f47ca2.png)

## 📋 Requirements

- iOS 9.0+
- Xcode 9.0+ with Swift 5.0+

## 📲 Installation

`MiniToast` is available on [CocoaPods](https://cocoapods.org):

```ruby
use_frameworks!
pod 'MiniToast'
```

## ❤️ Contribution

You are welcome to fork and submit pull requests.

## 🔖 License

`MiniToast` is open-sourced software, licensed under the `MIT` license.

## 💫 Usage

```swift
import Toast # Not MiniToast
```