Home

Awesome

KKInboxHUD License MIT

模仿Google Inbox App HUD

Demo

Alt text

#Example Usage

First

#import "KKInboxHUD.h"

Then

KKInboxHUD *hud = [[KKInboxHUD alloc] initWithFrame:frame];
[self.view addSubview:hud];

Customize

/* 
   Default colors : google flat ui colors
   Default width  : 5.0f
*/
hud.customColors = @[[UIColor blueColor],[UIColor redColor],[UIColor yellowColor],[UIColor greenColor]];
hud.lineWidth = 10.0f;

Remove

[hud removeFromSuperview];

Requirements

Author

OptimusKe (yeah200077@gmail.com)

License

MIT license. See the LICENSE file for more info.