maxkonovalov / MKRingProgressView

⭕️ Ring progress view similar to Activity app on Apple Watch
MIT License
1.57k stars 136 forks source link

Add backgroundRingBlur inspectable property to ring view #30

Closed Kishimotovn closed 7 years ago

maxkonovalov commented 7 years ago

Hi @Kishimotovn, Thanks for providing this addition, but I can't merge it, because it has severe performance issues as well as some bugs like wrong ring size - you can try to enable rings blur in the example project to see what I mean. Considering rather slow performance for the current implementation (without blur), if another level of heavy computation is added (separate background image generating), the control would become unusable. If you have a requirement for background ring blur in your project, I'd suggest adding a separate pre-rendered view for this and setting the control's background ring color to transparent.