From 87ae9941f06cd036e3f8cbb6edcde240bf3670cc Mon Sep 17 00:00:00 2001 From: Tomasz Cielecki <249719+Cheesebaron@users.noreply.github.com> Date: Wed, 26 Jun 2024 09:14:28 +0200 Subject: [PATCH] Update README --- README.md | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 62cd82b..4581df2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,9 @@ BTProgressHUD ============= -__This has been taken over by [@Redth](https://github.com/redth) - please contact him for bug reports etc__ +BTProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task. -Port to Xamarin.iOS of the [SVProgressHUD](https://github.com/samvermette/SVProgressHUD). - -SVProgressHUD (and BTProgressHUD) is a clean and easy-to-use HUD meant to display the progress of an ongoing task. - -If you need this for Xamarin.Android, [redth has a very similar component](https://github.com/Redth/AndHUD) +If you need a similar library for Android, [AndHUD is very similar component](https://github.com/redth-org/AndHUD) ## Installation @@ -15,7 +11,7 @@ Install the NuGet package [BTProgressHUD][nuget] ## TODO -* The progress HUD is not Accessability-aware, which would be very good to add. +* The progress HUD is not Accessibility-aware, which would be very good to add. ## Usage @@ -88,8 +84,8 @@ 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: +You can customize the appearance of the ProgressHUD globally through the `ProgressHUDAppearance` class, where you can +control the following options: - Corner Radius - Background Color @@ -109,21 +105,19 @@ following options: ## Credits -SVProgressHUD is brought to you by [Sam Vermette](http://samvermette.com) and [contributors to the project](https://github.com/samvermette/SVProgressHUD/contributors). +SVProgressHUD which this library is originally based on is brought to you by [Sam Vermette](http://samvermette.com) and [contributors to the project](https://github.com/samvermette/SVProgressHUD/contributors). -The success, error and info icons are from [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/) from Apple. If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by [creating new issues](https://github.com/samvermette/SVProgressHUD/issues/new). If you're using SVProgressHUD in your project, attribution would be nice. +The success, error and info icons are from [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/) from Apple. -BTProgressHUD is brought to you by [Nic Wise](http://www.fastchicken.co.nz/). I'm also happy to take bug reports and pull -requests for the MonoTouch version. If you use BTProgressHUD in your project, attribution would also be -nice - or [tweet](http://twitter.com/fastchicken) me a link to your project when it's live. +## Contributors -Thanks to + + + -* [mloenow](https://github.com/mloenow) -* [Ramesh Sringeri](https://github.com/idispose) -* [Danny Cabrera](https://github.com/dannycabrera) -* [Greg Shackles](https://github.com/gshackles) + + -for the updates / fixes. + [nuget]: https://www.nuget.org/packages/BTProgressHUD/