模仿Google Inbox App HUD
#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];
- iOS 7 or later
- XCode 6 and iOS 8 SDK
OptimusKe ([email protected])
MIT license. See the LICENSE file for more info.