You should enable user interaction for UIImageView object:
[self.storyImageView_ setUserInteractionEnabled:YES];
EDIT:
Try to remove the
[showStoryTapRecognizer setDelegate:self];
I don’t think UITapGestureRecognizer has its delegate methods as far as I know.