Results 3 comments of Jay Q

Have you found a way to fix this? I have the exact same problem. The work around I did was to add the view to the window, but that seemed...

Actually, I just found the solution. Modify **initWithPhoto:** in the **MWCaptionView.m** class to enable user interactions: ``` self.userInteractionEnabled = YES; ``` by default that's set to NO.

This is an old question, but I'd like to know the answer if it's possible to hook on to the block that the OP mentioned in his example: `bk_addEventHandler`