Hi All,
is there a way to use the iOS methods for a one finger swipe
directly from agk,
do we have a function which does it,
or has anybody written it already ?
Ios**************************************************************
- (void)oneFingerSwipeLeft

UITapGestureRecognizer *)recognizer {
// Insert your own code to handle swipe left
}
- (void)oneFingerSwipeRight

UITapGestureRecognizer *)recognizer {
// Insert your own code to handle swipe right
}
*****************************************************************
cheers