Alua-Kinzhebayeva / iOS-PDF-Reader

PDF Reader for iOS written in Swift
MIT License
533 stars 150 forks source link

Display progress hud #56

Closed SeRcCaN closed 7 years ago

SeRcCaN commented 7 years ago

is it possible to use progress hud while using remote url. Until the download is finished

SeRcCaN commented 7 years ago

yes this is possible with DispatchQueue.main.async

fukemy commented 4 years ago

hello, i found the delay ~ 10 second when open pdf url with large content, so i want to display progress hud while opening until the pdfcontroller is showing, can you help me know where need to put that code?