In my iPhone application, I am downloading data from the server, now I want to show a progress bar which will show the downloading status on the screen, I know how to add a progress bar in my screen but don't know how it'll show the status progress.
Asked
Active
Viewed 1,078 times
1
-
2What do you use to download a file? – Eldar Markov Mar 10 '12 at 09:58
-
Try this HUD library for iOS in swift https://github.com/shubh10/JustHUD – Shubham Naik Jul 22 '17 at 05:33