I have UITableViewController, inside it i have custom UITableViewCell with UIButton. On click at button i have delay before highlighted effect.
This code in viewDidLoad don't help me:
self.tableView.delaysContentTouches = false
How to disable this delay effect, and have highlighted after click (not long touch)