mrackwitz / MRProgress

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

Moving MRProgressOverlayView label below the indicator #111

Open ldantona opened 8 years ago

ldantona commented 8 years ago

Hi, is it possible to move the text of MRProgressOverlayView below the circle indicator?

Thanks, DAN

mrackwitz commented 8 years ago

Not directly with any of the existing APIs. The overlay layout is set up fully programmatically. A PR adding a labelPosition allowing enum values like MROverlayLabelPositionTop and MROverlayLabelPositionBottom would be welcome.