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
- Host: GitHub
- URL: https://github.com/insfgg99x/fghud
- Owner: Insfgg99x
- License: mit
- Created: 2018-03-15T06:49:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T02:47:42.000Z (almost 6 years ago)
- Last Synced: 2025-05-17T17:19:44.912Z (about 1 month ago)
- Topics: fghud, hud, progresshud, simplehud, swift, swift-4, swift-hud, swift4, swift4-hud, swifthud
- Language: Swift
- Size: 26.2 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](http://cocoadocs.org/docsets/FGHUD)
[](http://cocoadocs.org/docsets/FGHUD)
[](http://cocoadocs.org/docsets/FGHUD)
----------------------------------------
### FGHUD- [x] HUD
- [x] Toast
- [x] Rotation support### Feathures

****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