infinitered / redpotion

We believe iPhone development should be clean, scalable, and fast with a language that developers not only enjoy, but actively choose. With the advent of Ruby for iPhone development the RubyMotion community has combined and tested the most active and powerful gems into a single package called RedPotion
MIT License
234 stars 40 forks source link

Idea: progress spinner #55

Open twerth opened 9 years ago

twerth commented 9 years ago

We should decided on a progress gem, like JGProgressHUD or whatever, and make a nice wrapper around it in RedPotion. Especially the common stuff.

markrickert commented 9 years ago

I really like SVProgressHUD and I use the motion-blitz gem to provide a nice DSL for it. https://github.com/dblandin/motion-blitz

willrax commented 9 years ago

motion-blitz looks good. I think we usually use JGProgressHUD and from memory @GantMan has a wrapper for it (?)

markrickert commented 9 years ago

I like it, but i can also see us creating a custom wrapper… maybe a rmq-addon that adds rmq.hud.show rmq.hud.hide, etc.

jamonholmgren commented 9 years ago

:+1: for @markrickert 's idea.

GantMan commented 9 years ago

Imo we make our own wrapper around jgprogress and include it in redpotion.

I'll start it if we agree on this path. I have experience with blitz and jgprogress

andrewhavens commented 8 years ago

@GantMan @markrickert I like the idea of a plugin. I currently alias Motion::Blitz as Notifier, like it says in the readme. I think referring to it as "notifier" is relatively intuitive. Maybe we can have app.notifier? I haven't used JGProgressHUD, but I assume these are pretty similar libraries. It seems like we should just alias Motion::Blitz since it's already a gem. Is there a reason to go with one over the other?

GantMan commented 8 years ago

JG Progress HUD was written to be more advanced than SV Progress HUD. BUT Motion::Blitz is awesome, so I say let JG Progress HUD die.