CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Feb 2016 |
Maintained by Askar Mustafin.
Progress HUD inspired by Tumblr app.
Add the AMTumblrHud.h
and AMTumblrHud.m
source files to your project.
AMTumblrHud.h
and AMTumblrHud.m
onto your project (use the "Product Navigator view"). Make sure to select Copy items when asked if you extracted the code archive outside of your project.#import "AMTumblrHud.h"
Or use Cocoapods:
pod 'AMTumblrHud', '1.0.0'
AMTumblrHud *tumblrHUD = [[AMTumblrHud alloc] initWithFrame:CGRectMake(100, 100, 55, 20)];
tumblrHUD.hudColor = UIColorFromRGB(0xF1F2F3); //[UIColor magentaColor];
[self.view addSubview:tumblrHUD];
[tumblrHUD showAnimated:YES];
This code is distributed under the terms and conditions of the MIT license.