We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting some (seems random) crashes due to https://github.com/apegroup/APESuperHUD/blob/master/Source/HudView.swift#L196 and reading it that forced unwrap doesn't seem very safe, doesn't it? Maybe optionalize or guard against nils?
This is happening using latest Cocoapods available version of the library on Xcode 7 (latest update) on iOS 9 compile target.
The text was updated successfully, but these errors were encountered:
Hi, This issue should hopefully be fixed in later releases where we used a guard as you suggested. Please let me know if the issue still exists!
Sorry, something went wrong.
eFagerman
No branches or pull requests
I'm getting some (seems random) crashes due to https://github.com/apegroup/APESuperHUD/blob/master/Source/HudView.swift#L196 and reading it that forced unwrap doesn't seem very safe, doesn't it? Maybe optionalize or guard against nils?
This is happening using latest Cocoapods available version of the library on Xcode 7 (latest update) on iOS 9 compile target.
The text was updated successfully, but these errors were encountered: