APESuperHUD
APESuperHUD copied to clipboard
Crash occurred
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.
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!