Searched refs:tapGestureRecognizerView (Results 1 – 1 of 1) sorted by relevance
33 private lazy var tapGestureRecognizerView: UIView = self.makeTapGestureRecognizerView() variable90 tapGestureRecognizerView.removeFromSuperview() in presentationTransitionDidEnd()104 guard tapGestureRecognizerView.superview == nil, in setUpTapGesture()108 containerView?.addSubview(tapGestureRecognizerView) in setUpTapGesture()109 tapGestureRecognizerView.pinToSuperview() in setUpTapGesture()110 tapGestureRecognizerView.addGestureRecognizer(dismissingTapGestureRecognizer) in setUpTapGesture()