Loading repository data…
Loading repository data…
PayalUmraliya / repository
PUGifLoaderControl - swift is a clean and easy-to-use loader meant to display the progress of an ongoing task on iOS
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
To run the example project, clone the repo, and run pod install from the Example directory first.
PUGifLoading is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'PUGifLoading'
Using version specification
pod 'PUGifLoading', :git => 'https://github.com/PayalUmraliya/PUGifLoaderControl.git', :branch => '1.0.3'
Import the control
import PUGifLoading
Create an object for this control
let loading = PUGIFLoading()
You can show the status of indeterminate tasks using one of the following ( GIF Or Activity indicator):
loading.show("Loading", gifimagename: "foodloader")
loading.show("Loading", gifimagename: "foodloader",iWidth: 40,iHight: 40)
loading.showWithActivityIndicator("Loading", activitycolor: UIColor.yellow, labelfontcolor:UIColor.yellow , labelfontsize: 16.0,activityStyle: UIActivityIndicatorViewStyle.whiteLarge)
loading.hide()
The MIT License (MIT)
Copyright (c) 2021 TheKarma
Payal Umraliya [behappy78600@gmail.com]
ツツツツツツ