user3844031
user3844031

Reputation:

Gesture Recognise + Alert View

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

Answers (1)

PattaFeuFeu
PattaFeuFeu

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

Related Questions