All Projects → bismasaeed00 → BSLoader

bismasaeed00 / BSLoader

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE MIT LICENSE.txt
It's to show loading animations

Programming Languages

objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to BSLoader

Ybhud
A simple Hud with DGActivityIndicatorView
Stars: ✭ 81 (+523.08%)
Mutual labels:  loader, hud, loading-animations
Rhplaceholder
Show pleasant loading view for your users 😍
Stars: ✭ 238 (+1730.77%)
Mutual labels:  loader, loading-animations
Ocskeleton
[OCSkeleton] - Make your loading view a little difference.
Stars: ✭ 184 (+1315.38%)
Mutual labels:  loader, loading-animations
Fiftyshadesof
An elegant context-care loading placeholder for Android
Stars: ✭ 1,110 (+8438.46%)
Mutual labels:  view, loader
Whirl
CSS loading animations with minimal effort!
Stars: ✭ 774 (+5853.85%)
Mutual labels:  loader, loading-animations
Nvactivityindicatorview
A collection of awesome loading animations
Stars: ✭ 10,031 (+77061.54%)
Mutual labels:  loader, loading-animations
KVSpinnerView
KVSpinnerView is highly customizable progress HUD
Stars: ✭ 37 (+184.62%)
Mutual labels:  view, loader
favicon-canvas-loader
Create and display a circular loading <canvas> animation as a webpage favicon.
Stars: ✭ 83 (+538.46%)
Mutual labels:  loader, loading-animations
Mkloader
Beautiful and smooth custom loading views
Stars: ✭ 1,377 (+10492.31%)
Mutual labels:  view, loader
Eclipseloading
🌞 日食加载动画
Stars: ✭ 114 (+776.92%)
Mutual labels:  view, loader
Slidingsquareloaderview
Marvelous sliding square loader view
Stars: ✭ 166 (+1176.92%)
Mutual labels:  view, loader
Skeleton
💀 An easy way to create sliding CAGradientLayer animations! Works great for creating skeleton screens for loading content.
Stars: ✭ 587 (+4415.38%)
Mutual labels:  loader, loading-animations
Waitme
jquery plugin for easy creating loading css3/images animations
Stars: ✭ 302 (+2223.08%)
Mutual labels:  loader, loading-animations
Ngx Skeleton Loader
Make beautiful, animated loading skeletons that automatically adapt to your Angular apps
Stars: ✭ 278 (+2038.46%)
Mutual labels:  loader, loading-animations
react-native-modal-loader
Customizable animated modal progress hud for react apps.
Stars: ✭ 36 (+176.92%)
Mutual labels:  loader, hud
Text Spinners
Pure text, CSS only, font independent, inline loading indicators
Stars: ✭ 2,728 (+20884.62%)
Mutual labels:  loader, loading-animations
Jhud
A full screen of the HUD when loading the data (Objective-C).
Stars: ✭ 1,003 (+7615.38%)
Mutual labels:  hud, loading-animations
Jjhud
JJHUD is an displays a translucent HUD with an indicator and/or labels .
Stars: ✭ 94 (+623.08%)
Mutual labels:  hud, loading-animations
Dotsloaderview
Simple dots loader view
Stars: ✭ 63 (+384.62%)
Mutual labels:  view, loader
loading
Laravel package to add loading indicator to pages while page is loading.
Stars: ✭ 38 (+192.31%)
Mutual labels:  loader, loading-animations

BSLoader

To show loading animation

alt tag

How to use:

#import "BSLoader.h"

To show:

 BSLoadingView*loader=[[BSLoader sharedInstance] showLoader];

To hide:

[[BSLoader sharedInstance] hideLoader:loader];

Customize:

To change default circle size, call this line with your value anywhere before showing loader.

[[BSLoader sharedInstance] setDefaultCircleSize:10];

By default, loader will show at the center of screen. But you can specify it's rectanlge by using this:

BSLoadingView*loader=[[BSLoader sharedInstance] showLoaderInframe:CGRectMake(100, 100, 200, 200)];

You can choose from five different color schemes, call this before displaying loader.

[[BSLoader sharedInstance] setColorScheme:BSColorSchemeFive];
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].