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?
Asked
Active
Viewed 1,116 times
-2
-
Check this one; https://github.com/ninjaprox/NVActivityIndicatorView – Emre Önder May 08 '18 at 08:17
-
https://stackoverflow.com/help/on-topic – saurabh May 08 '18 at 08:45
-
I use SVProgressHUD in my swift apps all the time, no problem. What do you expect to gain from a swift implementation? – Gereon May 08 '18 at 09:00
2 Answers
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

Kamran
- 14,987
- 4
- 33
- 51
-1
You can find a lot of indicators and other awesome Swift
libraries here.
This is my favorite:
- https://github.com/ninjaprox/NVActivityIndicatorView - there is a whole collection of indicators
- https://github.com/shubh10/JustHUD - and there easy and nice indicator

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