Hi Team I’m facing an issue with UISwitch inside a UITableViewCell on iOS 26.
When the switch is toggled, I update my data and call tableView.reloadData(). Since both the switch animation and table view reload happen at the same time, the UISwitch does not show its glass effect properly (it looks flat/missing during the animation).
If I delay the reload, the switch renders correctly.
Is this a known issue? Is there a recommended way to handle this without affecting the switch’s visual appearance?