Skip to content

ABProgressPlus is a combination of DGActivityIndicatorView and SVProgressHUD projects. ABProgressPlus can display a progress HUD with a huge variety of animations included in DGActivityIndicatorView.

License

Notifications You must be signed in to change notification settings

adboco/ABProgressPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABProgressPlus

ABProgressPlus is a combination of DGActivityIndicatorView and SVProgressHUD projects. ABProgressPlus can display a progress HUD with a huge variety of animations included in DGActivityIndicatorView.

Installation

Copy ABProgressPlus folder into your Xcode Project.

Usage

Code

#import "ABProgressPlus.h"

...

- (void)show {
    [ABProgressPlus show];
}

- (void)showWithStatus {
    [ABProgressPlus showWithStatus:@"Doing something..."];
}

- (void)showWithAnimationType {
    [ABProgressPlus showWithAnimationType:<#(ABProgressPlusAnimationType)#>];
}

Customization

[ABProgressPlus setBackgroundColor:[UIColor redColor];
[ABProgressPlus setForegroundColor:[UIColor whiteColor]];
[ABProgressPlus setDefaultMaskType:ABProgressPlusMaskTypeBlack];
[ABProgressPlus setDefaultAnimationType:ABProgressPlusAnimationTypeLineScalePulseOutRapid];

Screenshots

ABProgressPlusAnimationTypeDefault ABProgressPlusAnimationTypeBallBeat
ABProgressPlusAnimationTypeBallClipRotate ABProgressPlusAnimationTypeBallClipRotateMultiple
ABProgressPlusAnimationTypeBallClipRotatePulse ABProgressPlusAnimationTypeBallGridBeat
ABProgressPlusAnimationTypeBallGridPulse ABProgressPlusAnimationTypeBallPulse
ABProgressPlusAnimationTypeBallPulseSync ABProgressPlusAnimationTypeBallRotate
ABProgressPlusAnimationTypeBallScale ABProgressPlusAnimationTypeBallScaleMultiple
ABProgressPlusAnimationTypeBallScaleRipple ABProgressPlusAnimationTypeBallScaleRippleMultiple
ABProgressPlusAnimationTypeBallSpinFadeLoader ABProgressPlusAnimationTypeBallTrianglePath
ABProgressPlusAnimationTypeBallZigZag ABProgressPlusAnimationTypeBallZigZagDeflect
ABProgressPlusAnimationTypeCookieTerminator ABProgressPlusAnimationTypeDoubleBounce
ABProgressPlusAnimationTypeFiveDots ABProgressPlusAnimationTypeLineScale
ABProgressPlusAnimationTypeLineScaleParty ABProgressPlusAnimationTypeLineScalePulseOut
ABProgressPlusAnimationTypeLineScalePulseOutRapid ABProgressPlusAnimationTypeNineDots
ABProgressPlusAnimationTypeRotatingSandglass ABProgressPlusAnimationTypeRotatingSquares
ABProgressPlusAnimationTypeRotatingTrigons ABProgressPlusAnimationTypeThreeDots
ABProgressPlusAnimationTypeTriangleSkewSpin ABProgressPlusAnimationTypeLineTriplePulse
ABProgressPlusAnimationTypeLineTripleRings ABProgressPlusAnimationTypeLineTwoDots

Author

Adrián Bouza Correa

License

The MIT License

Copyright (c) 2015 adboco. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

ABProgressPlus is a combination of DGActivityIndicatorView and SVProgressHUD projects. ABProgressPlus can display a progress HUD with a huge variety of animations included in DGActivityIndicatorView.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published