I'm working on a piece of functionality that requires the shake gesture. My issue is that I am setting one of my views to be the first responder, but by the time a shake event is received it is no longer the first responder. I'm not sure why since I am not setting any other view in the app to do so (it's a single view at present). Is there any way to just grab whatever object is the first responder so I can write an NSLog to tell me what it is?
Thanks.
Thanks.