0

I need to implement an app who recognise gesture (single/double tap, pan,pinch, rotation, swipe) and display an alert view.Can you help me?

1 Answers1

1

Apple’s iOS Developer Library contains what you are searching for. For gesture recognition, e.g., take a look at the following page: Event handling guide for iOS; AlertViews can be found in the UIKit User Interface Catalog

Without having a more specific question, I cannot help you any further.

PattaFeuFeu
  • 1,828
  • 3
  • 19
  • 24