Skip to content

OptimusKe/KKInboxHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

模仿Google Inbox App HUD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published