Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheesebaron committed May 13, 2024
1 parent 6d58d5a commit be74891
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,20 @@ BTProgressHUD.ShowImage(UIImage.FromFile(…), "Nice one Stu!");

You can use the timeout parameter of ShowImage to control the time before it's dismissed.

## Customization
You can customize the appearance of the ProgressHUD through the `ProgressHUDAppearance` class where you can controll the
following options:

- Background Color
- Foreground Color
- Font
- TextAlignment
- Ring Radius
- Ring Thickness
- Images and the various outlined/full versions for:
- Error
- Success
- Info

## Credits

Expand Down

0 comments on commit be74891

Please sign in to comment.