Skip to content
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.

DroidsOnRoids/DORDoneHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DORDoneHUD

CI Status Version License Platform

Done animation made by beryu/DoneHUD ported in Objective-C

DORDoneHUB demo

Usage

[DORDoneHUD show:self.view];
[DORDoneHUD show:self.view message:@"Fixed!"];
[DORDoneHUD show:self.view message:@"Custom" completion:^{
	NSLog(@"Badum tss");
}];

Requirements

iOS 8

Test drive

pod try "DORDoneHUD"

Installation

DORDoneHUD is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "DORDoneHUD"

Author

Paweł Bednorz, pawel.bednorz@droidsonroids.pl

Check our blog! thedroidsonroids.com/blog

License

DORDoneHUD is available under the MIT license. See the LICENSE file for more info.