so898 / LeveyHUD

Some iOS guys may be tired of rounded rectangle loading HUD (like MBProgressHUD), steve said: Think Different.

Home Page:https://github.com/levey/LeveyHUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###About I create this in my app PhotoString, I think some iOS devs will like this HUD, so I bring it to here:)

###Use

Show: [[LeveyHUD sharedHUD] appearWithText:@"Loading..."];

Dismiss: [[LeveyHUD sharedHUD] disappear];

Delay Dismiss: [[LeveyHUD sharedHUD] delayDisappear:1.0f withText:@"Done."];

###Screenshots

Mou icon

About

Some iOS guys may be tired of rounded rectangle loading HUD (like MBProgressHUD), steve said: Think Different.

https://github.com/levey/LeveyHUD

License:Other


Languages

Language:Objective-C 100.0%