2

anywhere we can call SVProgress.show() to show the progress but specifically from where the progress presented ? who is responsible to display it? is the root view controller?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
mojtaba al moussawi
  • 1,360
  • 1
  • 13
  • 21

1 Answers1

1

If you noticed in iOS developing, all our view controllers are presented or pushed to another view controller. But our main viewcontroller is presented on window of our app. same way if we are adding someview onto window, it will be independent from any viewcontroller. By the same way, any PregressView are presented onto window of our app.

Sharad Paghadal
  • 2,089
  • 15
  • 29