CCActivityHUD
CCActivityHUD copied to clipboard
iOS 11 Update
Hi,
The recent update to iOS 11 has caused my HUD to not show. I'm sure you've looked into the new update already, do you know when/if you will be pushing an update for this repository to work with iOS 11?
Thanks!
Thanks for the issue.
Since XVim doesn't support Xcode9 and I rely a lot on it, I don't upgrade my Xcode to the latest version. So I can't run the code in iOS11 to spot the bug.
You can try the chore
branch. I changed some HUD-showing logic. maybe it could solve your problem.
If not, I recommend you to try SVProgressHUD, JGProgressHUD and PKHUD, they are all great. You can also search GitHub to find the library you like.
Hope it helps.