redth-org / BTProgressHUD

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

Fix Namespace change in #84 #90

Closed Cheesebaron closed 2 years ago

Cheesebaron commented 2 years ago

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

Regression

:arrow_heading_down: What is the current behavior?

You have to writeBTProgressHud.BTProgressHud.Show(...)

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

You can writeBTProgressHud.Show(...)

:boom: Does this PR introduce a breaking change?

Yes

:bug: Recommendations for testing

:memo: Links to relevant issues/docs

Fixes #88 Caused by #83/#84

:thinking: Checklist before submitting