I created calendar view with buttons and i am trying to use long press to implement local notifiactions. For example, the user taps on the btn for 2 seconds, a uialertview pops up and asks to set notification.
my problem is with the first part. I need a way to identify which gesture recognizer is tapped. I know how to do this with tags for buttons but I can't seem to figure out how it works with gesture recongizers.
my buttons and gesture recognizers are dynamically created and assigned.
If anyone has figured it out your help would be greatly appreciated.
here is an image of the view to give you an idea. the red and blue squares are buttons.