redth-org / BTProgressHUD

Port to Xamarin.iOS of the SVProgressHUD
Other
118 stars 64 forks source link

Allow customization of ProgressHUD through ProgressHUDAppearance #107

Closed Cheesebaron closed 5 months ago

Cheesebaron commented 5 months ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

:arrow_heading_down: What is the current behavior?

Customization of ProgressHUD has to happen through specific instances of the HUD, rather than the static BTProgressHUD class as before.

:new: What is the new behavior (if this is a feature change)?

Added a ProgressHUDAppearance class where all customization of, images, fonts, sizes and colors can be made.

Removed some old code that checks for versioning and automatically applies system appearance, this is now controllable and overridable through the appearance class.

:boom: Does this PR introduce a breaking change?

Shouldn't™️

:bug: Recommendations for testing

Run the sample app and check the various huds

:memo: Links to relevant issues/docs

Fixes #106

:thinking: Checklist before submitting