-2

I want to show a similar kind of progress hud as above two but it should be written in Swift only. Can anyone provide some link to similar library?

2 Answers2

1

I created MKProgress in Swift as one of our obj-c app was using KVNProgress but it was not maintained/updated for long time so i thought to have a similar one. You can try it. It looks like this

enter image description hereenter image description hereenter image description here

Kamran
  • 14,987
  • 4
  • 33
  • 51
-1

You can find a lot of indicators and other awesome Swift libraries here.

This is my favorite:

Ivan Smetanin
  • 1,999
  • 2
  • 21
  • 28