Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom image support #34

Closed
adamjernst opened this issue Dec 5, 2011 · 5 comments
Closed

Custom image support #34

adamjernst opened this issue Dec 5, 2011 · 5 comments

Comments

@adamjernst
Copy link
Contributor

Hi Sam, I love what you've done with this project.

I am 100% behind your anti-bloat goal. However one change that would be awesome is the ability to specify a custom image (of any size) and have the HUD display it. I needed this in a project of mine, and had to use MBProgressHUD (blech) instead because of this.

@samvermette
Copy link
Contributor

Yep, I'll add this shortly. Thanks!

@samvermette
Copy link
Contributor

Just to be sure, are we talking about the success/error images here? Also, you mentioned "of any size". So you would like the HUD to grow in size depending on the image's dimensions?

@adamjernst
Copy link
Contributor Author

@samvermette I want the ability to show a totally custom image, actually. (A designer mocked up a chat pane where you can enable/disable a sound for incoming chat messages, and a HUD is displayed when you change the setting. Just like the vibrate/ring HUD that is built in.)

And yes, ideally the HUD would grow in size (in layoutSubviews I guess) to fit the image's dimensions. Of course, as you know we want to avoid replicating the spaghetti mess that is MBProgressHUD so this has to be done carefully.

@samvermette
Copy link
Contributor

Just like the vibrate/ring HUD that is built in.)

That's specifically the purpose of SVStatusHUD :)

@adamjernst
Copy link
Contributor Author

Wow, perfect! Consider this closed, then. Thanks again!

On Dec 20, 2011, at 12:01 PM, Sam Vermettereply@reply.github.com wrote:

That's specifically the purpose of SVStatusHUD :)


Reply to this email directly or view it on GitHub:
#34 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants