My structure of views:
UITableView UITableViewCell UIScrollView CustomView UIButton
The problem is UIButton doesn\'t wo
Link from Capt.Hook helped me. I used UIGestureRecognizer instead of UIButtons.
Allow UIScrollView and its subviews to both respond to a touch Use it, if you have the similar problem.