redth-org / BTProgressHUD

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

Fix for Success, Error Images not Showing up #76

Closed AyonAB closed 4 years ago

AyonAB commented 4 years ago

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

Bug Fix

:arrow_heading_down: What is the current behavior?

Success and Error Images are not showing because they don't get included in the nuget package.

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

Success and Error Images are now showing up correctly.

:boom: Does this PR introduce a breaking change?

Nope

:bug: Recommendations for testing

Build and publish a lcoal nuget package and try calling ShowSuccessWithStatus or ShowErrorWithStatus and check if images are showing up correctly.

:memo: Links to relevant issues/docs

64

:thinking: Checklist before submitting