Dark Wizard
unread,Apr 13, 2011, 2:34:51 PM4/13/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ObjectiveResource
Hi,
I am new to UISpec and discovering it now. I came to know that 'touch'
method sends touchesbegan and touchesended events to views. So, it
means that the views have to implement touchesbegan and touchesended
methods in viewcontrollers to handle touch.
But, in our application, we are using gesture recognizers(like
UITapGestureRecognizer etc) to handle tap in viewcontrollers. How can
i automate the touch events for these views in UISpec? Can i extend
the existing touch method somehow?
Thanks in advance.