Skip to content

Commit

Permalink
Update ContentView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
anupamchugh authored Jan 20, 2020
1 parent fd12c4a commit cd644d9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ extension ARView{
self.addGestureRecognizer(tap)
}

/// Handle taps on the screen, currently exclusively used for flipping cards
@objc func handleTap(_ sender: UITapGestureRecognizer? = nil) {

guard let touchInView = sender?.location(in: self) else {
Expand Down

0 comments on commit cd644d9

Please sign in to comment.