I am having an issue with using a shake gesture with modal view switching. The shake gesture works when I move into the specified view controller the first time. When I exit and return however, it does not. I have implemented the can become first responder and viewdidAppear techniques, and the console detects a shake using an NSLog entry, but nothing happens. Everything else seems to work but it won't initiate the actions of a shake on second viewing.
Any help or insight would be greatly appreciated