I'm making a card game using cocos2d for iOS and the user can simply swipe the card upward to choose his card, which means he doesn't need to swipe anywhere else in the game. This might be a really dumb question, but even after scouring the Internet for the past two days, I couldn't find anything specific to implement Gesture recognition (namely, swiping upward) in one scene alone and not the entire app. I read the documentation for UISwipeGestureRecognizer documentation by Apple, numerous blogs and few other video tutorials. All I could find was implementing it in an app with a single scene. A little nudge in the right direction would be terrific. I really will appreciate it if you provide me with some sort of sample code as well. I've understood the concept of the methods CCTouchesBegan, etc. But I'm still blind as to how to implement swiping one of the two sprites(cards) in the PlayerScene (scene where players choose cards) alone.
Thanks a million in advance.