I need to be able to display the Cocos2D view in a custom overlay view displayed over a UIImagePickerController instance with the live camera.
Has anyone done this?
If this works, the next step is to use the takePicture method for the UIImagePickerController class and feed the captured picture into Cocos2D and manipulate it there and display it in the camera overlay.
MB