Skip to content

shubhsin/FBProgressHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"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.

About

Facebook Messenger Async Connection Loader Bar for iOS 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages