From be748912cc6be37f2e4ab65bd640f8f1b32b9b04 Mon Sep 17 00:00:00 2001 From: Tomasz Cielecki Date: Mon, 13 May 2024 14:12:05 +0200 Subject: [PATCH] Update readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 218f3df..f138564 100644 --- a/README.md +++ b/README.md @@ -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