My structure of views:
UITableView UITableViewCell UIScrollView CustomView UIButton
The problem is UIButton doesn\'t wo
I had same issue & same hierarchy of the views, With latest sdk , just use it :
Setting delaysContentTouches to NO for UIButton in the same UITableViewCell.
self.tableView.delaysContentTouches = NO