SyntaxFix
Write A Post
Hire A Developer
Questions
let tap = UITapGestureRecognizer(target: self, action: Selector("handleFrontTap:")) frontView.addGestureRecognizer(tap) // Make sure this is not private func handleFrontTap(gestureRecognizer: UITapGestureRecognizer) { print("tap working") }