mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

Please support iOS 6 #9

Closed magnett closed 10 years ago

magnett commented 10 years ago

Very nice work with this library. I wish you could support iOS 6...because right now it's to soon to drop support for it for a production app. Thanks anyway!

damienrambout commented 10 years ago

As said previously about this issue, you really should not use these UI components as is on iOS 7. Their look and feel only works with iOS 7.

The best thing to do would be a (or several) wrapper classe(s) that would use MRProgress on iOS 7 and an alternative solution on iOS 6 (such as MBProgressHUD which has similar interfaces). Then share it with a gist on this repo :)

mrackwitz commented 10 years ago

See #4 for further discussion.