Can a section header in an instance of UITableView already be made to intercept a touch?
+1
A:
I believe you can do this by using a UIControl
custom view for the section header. Then, you can call this method on the UIControl
to set up your touch:
- (void)addTarget:(id)target action:(SEL)action forControlEvents:(UIControlEvents)controlEvents
pkananen
2010-07-31 18:07:27