Search code examples
iosswiftmbprogresshudsvprogresshudkvnprogress

Is there a SVProgressHUD or KVNProgress kind of library in Swift?


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?


Solution

  • 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