79533733

Date: 2025-03-25 12:58:25
Score: 2
Natty:
Report link

In my case I needed to disable default focus animation of UITableViewCell for me worked:

let view = UIView()
view.backgroundColor = .clear
backgroundView = view

do it in init

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Isa Nuryyev