-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS13 beat4 show hud problem #974
Comments
I have same issues |
i see the same thing for my app built against iOS 12 SDK running on iOS 13, however if I build it on iOS 13 SDK the label seems to show up everytime (at least on the simulator). |
iOS13 beta7, problem still exist |
We had the same problem and updated SVProgressHUD to Version 2.2.6. |
@gh552 thanks, not sure why there is no tag for version 2.2.6, but update to newest code works for me. |
the newest code is 2.2.5, did not solve the problem |
Hm... It seems to work for me with version 2.2.5, built with Xcode 11.0 GM (11A419c). |
replace:
|
This seems to still be an issue |
Hi. I couldn't find this line: if(!_stringLabel.superview) [self.hudView addSubview:_stringLabel]; in the source code. Could you explain me where do I have to change it? |
We had the same problem but @demoker 's solution works fine!! @ivela You have to change around this line if you are using current |
let do: Find: and Find (imageView): |
Why don't we fix this problem and release a new version of SVProgressHUD? |
This component is OSS. You are always welcome to submit a fix as pull request. |
Try this solution: |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this issue was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions. |
iOS13 beat4,HUD don't show statusLabel when Second Call
The text was updated successfully, but these errors were encountered: