How to disable subView in tableViewCell iPhone
- by user1304842
every one.
I'm a new developer for iphone.
I want to not get a event for a subView in a tableCell.
It it clear, that how to enable/disable the selected a view.
When i use "subView.userInteractionEnabled = NO;" method, the subview send the event to parent view.
At the result, when i click the subview, example the buttonView in tableViewCell, The tableViewcell captured the event.
I don't allow this. How can i do that?
Please help me.