I have 2 projects, both are developed in iOS 13, in one of the project SVProgressHUD works fine, i.e. shows correctly on the screen in the centre, but on the other app, it shows at the top left corner of the screen.
I had searched and found that this issue was with several users developing in ios 13. But for me it is fine in one project and wrong in the other. I believe it has a separate issue, that i am unaware of!
Here are the pictures of progress attached for both apps:
Correct appearance: (centre)
Wrong appearance: (top left)
p.s. no matter which device i choose, the behaviour is fine for one app, and different for other!!
This appearance issue is from SVProgressHUD library so, adding below code in Appdelegate.swift file
didFinishLaunchingWithOptions
function mentioned by @Cr0manty woking fine.