maxkonovalov / MKRingProgressView

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

Pattern Image instead of Gradient #73

Closed alex-de-waal closed 3 years ago

alex-de-waal commented 3 years ago

Is there a way to swop the gradient with an image containing a pattern? Like in the below example

Progress-Bars-with-Patterns

maxkonovalov commented 3 years ago

@alex-de-waal you can try using UIColor(patternImage: <#UIImage#>) for the startColor and endColor properties of the RingProgressView.

alex-de-waal commented 3 years ago

@maxkonovalov Oh nice, didn't even know about that. I'll give it a go. Thanks for the reply.

alex-de-waal commented 3 years ago

Many many thanks @maxkonovalov, it worked beautifully. We can close this issue 😄

maxkonovalov commented 3 years ago

You're welcome! 😉