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

https://github.com/insfgg99x/fghud

An friendly and simple Swift HUD
https://github.com/insfgg99x/fghud

fghud hud progresshud simplehud swift swift-4 swift-hud swift4 swift4-hud swifthud

Last synced: 1 day ago
JSON representation

An friendly and simple Swift HUD

Awesome Lists containing this project

README

        

![](/img/title.png)

[![Version](https://img.shields.io/cocoapods/v/FGHUD.svg?style=flat)](http://cocoadocs.org/docsets/FGHUD)
[![License](https://img.shields.io/cocoapods/l/FGHUD.svg?style=flat)](http://cocoadocs.org/docsets/FGHUD)
[![Platform](https://img.shields.io/cocoapods/p/FGHUD.svg?style=flat)](http://cocoadocs.org/docsets/FGHUD)
![Language](https://img.shields.io/badge/Language-%20Swift%204.0%20-blue.svg)

----------------------------------------
### FGHUD

- [x] HUD
- [x] Toast
- [x] Rotation support

### Feathures

![](/img/demo.gif)

****See Vedio Here****
[Vedio](https://pan.baidu.com/s/1mb7OGRJsU0nDDhGTanW9cg)

### Usage

```swift
HUDLoading()
HUD(.loading("Loading..."))
HUD(.success("Success"))
HUD(.error("Operation Error"))
HUD(.warning("watch Out!"))
HUD(.content("Hi, FGHUD"))
HUD(.toast("Hi, FGHUD"))
HUDHide()
```

### Install
```
pod repo update
pod 'FGHUD', '~> 3.0.3'
import FGHUD
```
### Requiredments
- [x] 3.0.1 for iOS 8.x, 3.0.2 for iOS 10.x
- [x] Xocde 10.2.1
- [x] Swift 5.0