标签: ios iphone swift cocoa-touch
我有UITableViewController,其中我有自定义UITableViewCell UIButton。点击按钮我突出显示效果前有延迟。
UITableViewController
UITableViewCell
UIButton
viewDidLoad中的此代码对我没有帮助:
viewDidLoad
self.tableView.delaysContentTouches = false
如何禁用此延迟效果,并在点击(不长按)后突出显示