Skip to content

bismasaeed00/BSLoader

Repository files navigation

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

About

It's to show loading animations

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published