When I set up UIScrollEdgeElementContainerInteraction for a UITableView in iOS 26 like this:
let interaction = UIScrollEdgeElementContainerInteraction() interaction.scrollView = tableView interaction.edge = .top viewHeader.addInteraction(interaction)
the section header remains displayed above the gradient glass effect, but the cells do not exhibit this issue.