We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccc233 commit d1ea715Copy full SHA for d1ea715
CarPlayExample/ViewController.swift
@@ -223,14 +223,3 @@ extension ViewController: NavigationViewControllerDelegate {
223
dismiss(animated: true, completion: nil)
224
}
225
226
-
227
-// MARK: - UIGestureRecognizerDelegate methods
228
229
-extension ViewController: UIGestureRecognizerDelegate {
230
231
- func gestureRecognizer(_ gestureRecognizer: UIGestureRecognizer,
232
- shouldRecognizeSimultaneouslyWith otherGestureRecognizer: UIGestureRecognizer) -> Bool {
233
- // Allow both route selection and building extrusion when tapping on screen.
234
- return true
235
- }
236
-}
0 commit comments