You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.
After pushing a VC when i swipe from left it gives me the error :
"fatal error: unexpectedly found nil while unwrapping an Optional value"
pointing function :
public func tr_edgePan(recognizer: UIPanGestureRecognizer)
in line :
let view = fromVC!.view
fromVC seems nil?
Any suggestions?
Regards
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
First of all thanks for sharing such library.
After pushing a VC when i swipe from left it gives me the error :
"fatal error: unexpectedly found nil while unwrapping an Optional value"
pointing function :
public func tr_edgePan(recognizer: UIPanGestureRecognizer)
in line :
let view = fromVC!.view
fromVC seems nil?
Any suggestions?
Regards
The text was updated successfully, but these errors were encountered: