li-bei / HUD

A modern HUD inspired by Apple Music and Apple Podcasts
MIT License
29 stars 3 forks source link

Will you consider adding an action button like UIAlertController? #2

Closed haojianzong closed 3 years ago

haojianzong commented 3 years ago

This will allow the HUD to have an interaction like UIAlertView. The user will have enough time to read the message, tap the button, and dismiss the HUD.

I am not sure whether this is a good design for the HUD project, feel free to skip this idea to keep it simple. I might just use a UIAlertView for this.

In the following example, there are too many text to read in 3 seconds:

image

li-bei commented 3 years ago

Same with your thought, I think this feature is too heavy/complex for a HUD.

For your specific case, I think using UIAlertController is also not a good fit, maybe you can create custom view controller and presentation for this scenario incase there's too many stock accounts.

haojianzong commented 3 years ago

Make sense to me. Thanks for keeping this library simple.