All Projects → YahyaBagia → Ybhud

YahyaBagia / Ybhud

Licence: mit
A simple Hud with DGActivityIndicatorView

Projects that are alternatives of or similar to Ybhud

BSLoader
It's to show loading animations
Stars: ✭ 13 (-83.95%)
Mutual labels:  loader, hud, loading-animations
Text Spinners
Pure text, CSS only, font independent, inline loading indicators
Stars: ✭ 2,728 (+3267.9%)
Mutual labels:  loader, loading-animations
Rhplaceholder
Show pleasant loading view for your users 😍
Stars: ✭ 238 (+193.83%)
Mutual labels:  loader, loading-animations
SSSwiftUISpinnerButton
SSSwiftUISpinnerButton is a collection of various spinning animations for buttons in SwiftUI.
Stars: ✭ 37 (-54.32%)
Mutual labels:  loader, loading-animations
Jjhud
JJHUD is an displays a translucent HUD with an indicator and/or labels .
Stars: ✭ 94 (+16.05%)
Mutual labels:  loading-animations, hud
Ocskeleton
[OCSkeleton] - Make your loading view a little difference.
Stars: ✭ 184 (+127.16%)
Mutual labels:  loader, loading-animations
react-native-modal-loader
Customizable animated modal progress hud for react apps.
Stars: ✭ 36 (-55.56%)
Mutual labels:  loader, hud
Nvactivityindicatorview
A collection of awesome loading animations
Stars: ✭ 10,031 (+12283.95%)
Mutual labels:  loader, loading-animations
favicon-canvas-loader
Create and display a circular loading <canvas> animation as a webpage favicon.
Stars: ✭ 83 (+2.47%)
Mutual labels:  loader, loading-animations
Ngx Skeleton Loader
Make beautiful, animated loading skeletons that automatically adapt to your Angular apps
Stars: ✭ 278 (+243.21%)
Mutual labels:  loader, loading-animations
Waitme
jquery plugin for easy creating loading css3/images animations
Stars: ✭ 302 (+272.84%)
Mutual labels:  loader, loading-animations
loading
Laravel package to add loading indicator to pages while page is loading.
Stars: ✭ 38 (-53.09%)
Mutual labels:  loader, loading-animations
Whirl
CSS loading animations with minimal effort!
Stars: ✭ 774 (+855.56%)
Mutual labels:  loader, loading-animations
Skeleton
💀 An easy way to create sliding CAGradientLayer animations! Works great for creating skeleton screens for loading content.
Stars: ✭ 587 (+624.69%)
Mutual labels:  loader, loading-animations
Jhud
A full screen of the HUD when loading the data (Objective-C).
Stars: ✭ 1,003 (+1138.27%)
Mutual labels:  loading-animations, hud
Neuron.js
A Full Feature CommonJS Module Manager, Dependency Graph Handler and Loader for Browsers
Stars: ✭ 66 (-18.52%)
Mutual labels:  loader
Chompprogressview
A (semi) realistic chomping progress view that takes bites out of your delicious images! Nom! Nom!
Stars: ✭ 71 (-12.35%)
Mutual labels:  loading-animations
Iprogresshud
An elegant, lightweight and responsive progress HUD for iOS app with very simple usage. Available 32 indicators by NVActivityIndicatorView.
Stars: ✭ 66 (-18.52%)
Mutual labels:  loading-animations
Antsword Loader
AntSword 加载器
Stars: ✭ 1,124 (+1287.65%)
Mutual labels:  loader
Boxloaderview
Stars: ✭ 76 (-6.17%)
Mutual labels:  loader

YBHud

A progress hud using DGActivityIndicatorView.

Screenshot

Installation

Drag and Drop files (YBHud.h & YBHud.m) from YBHud Directory into your XCode Project Directory. Add DGActivityIndicatorView in your project.

Usage

YBHud *hud = [[YBHud alloc]initWithHudType:DGActivityIndicatorAnimationTypeCookieTerminator]; //Initialization

//Optional Tint Color (Indicator Color)
//hud.tintColor = [UIColor blackColor];

//Optional User Interaction
//hud.UserInteractionDisabled = YES; (User can interact with background views while HUD is displayed)

//Optional HUD Color
//hud.hudColor = [UIColor yellowColor];

//Optional Dim Amount of HUD
//hud.dimAmount = 0.5;

//Display HUD
[hud showInView:self.view animated:YES];

//Dismiss HUD
[hud dismissAnimated:YES];

Requirements

iOS 9.0+

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].