Hi,
I have a query related to Touch events on the UI controls.
I have 4 controls on the screen ( UITextField, UISlider, UISwitch, UIButton ). If the user touches any of the control on the screen, I want to fire touchesBegan and touchesEnded events on those controls in which I would implement some code.
Please let me know how to fire these events.
Thanks in advance, Sreelatha.