Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 773 Bytes

README.md

File metadata and controls

52 lines (36 loc) · 773 Bytes

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

  • iOS 7 or later
  • XCode 6 and iOS 8 SDK

Author

OptimusKe ([email protected])

License

MIT license. See the LICENSE file for more info.