In my case I needed to disable default focus animation of UITableViewCell for me worked:
UITableViewCell
let view = UIView() view.backgroundColor = .clear backgroundView = view
do it in init