Reputation:
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?
Upvotes: 0
Views: 32
Reputation: 1835
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.
Upvotes: 1