relatedcode / ProgressHUD

ProgressHUD is a lightweight and easy-to-use HUD for iOS. Over 5000+ animations. ‼️
https://relatedcode.com
MIT License
2.83k stars 464 forks source link

can you provide func that i can custom image when just show ? #140

Closed TushningJJ closed 1 year ago

TushningJJ commented 1 year ago

now i want show text with systemimage name is "info.circle.fill" .but i don't know how to set.

relatedcode commented 1 year ago

Done.

ProgressHUD.show(symbol: "box.truck")
ProgressHUD.show("Some text...", symbol: "figure.2.arms.open")
TushningJJ commented 1 year ago

OK,thanks