https://github.com/payalumraliya/puwaithud
PUWaitHUD is the collection of awesome loading animations that can be used to display as api response waiting indicators.
https://github.com/payalumraliya/puwaithud
activity activityindicator activityindicatorview activityview hud loader loading payal payalumraliya pu puloadig puwaithud wait
Last synced: about 1 year ago
JSON representation
PUWaitHUD is the collection of awesome loading animations that can be used to display as api response waiting indicators.
- Host: GitHub
- URL: https://github.com/payalumraliya/puwaithud
- Owner: PayalUmraliya
- License: mit
- Created: 2021-01-19T07:19:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T05:48:07.000Z (over 5 years ago)
- Last Synced: 2024-10-15T14:04:49.762Z (almost 2 years ago)
- Topics: activity, activityindicator, activityindicatorview, activityview, hud, loader, loading, payal, payalumraliya, pu, puloadig, puwaithud, wait
- Language: Swift
- Homepage:
- Size: 1.5 MB
- Stars: 25
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PUWaitHUD
## Introduction
`PUWaitHUD` is the collection of awesome loading animations that can be used to display as api response waiting indicators.

## Animation types
Types
1. Dashed
2. Infinity
3. Ripley
4. Quarbit
## Installation
### Cocoapods
[Cocoapods](https://cocoapods.org/#install) is a dependency manager for Swift and Objective-C Cocoa projects. To use PUWaitHUD with CocoaPods, add it in your `Podfile`.
```swift
pod 'PUWaitHUD'
```
To specify with version:
```swift
pod 'PUWaitHUD', :git => 'https://github.com/PayalUmraliya/PUWaitHUD.git', :branch => '1.0.5'
```
## Usage
First you need to import `PUWaitHUD` at the view controller file where you are going to use.
```swift
import PUWaitHUD
```
### Show HUD Example
```swift
LoadingHud.showDefaultHUD(self.view,.dashed)
```
### Hide HUD
```swift
LoadingHud.dismissHUD()
```
### Note:
Above is the basic usage for the HUD, you can change type as per your need.
###
## License
The MIT License (MIT)
Copyright (c) 2021 TheKarma
## Author
Payal Umraliya [behappy78600@gmail.com]
ツツツツツツ