0

I want a certain function to activate when the user taps anywhere on the app, and I have no idea how to do this. Any ideas?

rmaddy
  • 314,917
  • 42
  • 532
  • 579

1 Answers1

0

Ray Wenderlich has great iOS articles. I would work through his UIGestureRecognizer example:

http://www.raywenderlich.com/6567/uigesturerecognizer-tutorial-in-ios-5-pinches-pans-and-more

And StackOverFlow usually has great explanations too. For example:

How do I implement the UITapGestureRecognizer into my application

Community
  • 1
  • 1
h4labs
  • 765
  • 1
  • 10
  • 21