Skip to content

Instantly share code, notes, and snippets.

@alobanov
Created February 7, 2017 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alobanov/d5b8f79aded0fc642a5f378819663643 to your computer and use it in GitHub Desktop.
Save alobanov/d5b8f79aded0fc642a5f378819663643 to your computer and use it in GitHub Desktop.
Set custom image
HUDItem *item = [HUDItem itemWithTitle:@”Nice heart” andDetail:@”Smile bitch!”];
item.hudCustomImagePath = @”hudTest.png”;
item.hideDelay = 7.0;
[ALHUDManager showHUD:item];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment