Check gesture state of previewingGestureRecognizerForFailureRelationship
property of UIViewControllerPreviewing
.
When peeking, the state is .Began
or .Changed
.
Before popped, previewingContext(_:commitViewController:)
method called.
Observe gesture state of previewingGestureRecognizerForFailureRelationship
by KVO (Key-Value Observing)