3
votes
Handling Swipe Gestures in FireMonkey for iOS
The Hacker's Corner
– I’ve added a component to handle left, right, up and down swipe gestures to my set of iOS components. Here’s the full set! NOTE: This component requires that you edit the FMX_Platform_iOS.pas file on the Xcode side to surface mainWindow and a few other things. Once installed, this component is extremely easy to use. Simply hook up the OnSwipe events that you’d like to handle and you’re done! type TSwipeEvent = procedure of object; TiOSSwipeGestureRecognizer = class(TFmxObject) private FOnSwipeRight : TSwipeEvent; FOnSwipeLeft : TSwipeEvent; FOnSwipeUp : ...
Statistics
|
Visits by Source |
User Actions |




