redth-org / BTProgressHUD

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

Icon not showing #64

Closed maxchu92 closed 4 years ago

maxchu92 commented 6 years ago

I am using v1.2.0.6 on iOS Simulator :iPhone 6, iOS 8.1 The Progress, Success, and Error icon is not showing. Only the continuous icon is showing. I am called the HUD methods from Xamarin.Forms App, using dependency services.

wickedw commented 6 years ago

As a possible "workaround" for this, you can download the success, error icons from here -

https://github.com/nicwise/BTProgressHUD/tree/master/BTProgressHUD

And add them manually to your IOS XCAssets folder like so -

image