Home

Awesome

"GIF"

FBProgressHUD is a Facebook Messenger style Async Loader for iOS.

##Usage -

  1. Add the folder FBProgressHUD in your Xcode Project.
  2. #import hud.h in your controller file.
  3. Use
    hud * myHud;
    myHud = [[hud alloc]init];
    [myHud showHudAddedToView:self.view];
  1. Use
    [myHud hideFromView:self.view];

to hide after the request is completed.