TransitionTreasury icon indicating copy to clipboard operation
TransitionTreasury copied to clipboard

On edge swipe : fatal error: unexpectedly found nil while unwrapping an Optional value

Open ergunkocak opened this issue 8 years ago • 0 comments

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

ergunkocak avatar Jun 28 '16 12:06 ergunkocak