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

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.

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.

![Output](https://github.com/PayalUmraliya/PUWaitHUD/blob/main/hudoutput.gif)

## 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]

ツツツツツツ