I am working on a Cocos2D game. What I want is for the user to draw a symbol that will execute a spell/action according to the predetermined symbol it most resembles. Cocos2D's OpenGL View is sitting inside of a view controller so I can still do UIKit stuff over it if necessary. So can you point me to a guide or something to simply implement what I'm looking to do?