/FBProgressHUD

Facebook Messenger Async Connection Loader Bar for iOS 8

Primary LanguageObjective-C

"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];
  • You can use the 'statusText' Property to change the text of Label.
  1. Use
    [myHud hideFromView:self.view];

to hide after the request is completed.