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!!
I also encountered this problem, as I understand it, this problem occurs in projects created using XCode 11 for ios 13
to fix this you need add code at Appdelegate.swift In func
application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool
Need to add validation of iOS 13 and add this line
window = UIWindow(frame: UIScreen.main.bounds)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With