I have made a custom section-header for UITableView, that includes some controls like segmented control, UIImageView ,etc. It successfully appears, but it\'s not tappable so
Create a custom view used as section head view and implement the method
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event, it will be called when your finger tap on it.