I’m seeing what looks like a regression on iOS 26 beta where a presented view controller dismisses when a user long‑presses a button inside a table view cell and drags downward.
Steps to reproduce
- Present a UIViewController modally.
- The controller contains a UITableView; each cell has a UIButton.
- Long‑press and hold the UIButton in any cell.
- While still holding, drag downward.
Expected
- The button and/or table view handle the gesture; no interactive dismissal starts.
Actual
- The system recognizes a pull‑to‑dismiss gesture and begins dismissing the presented controller.
Notes
- Reproducible only on iOS 26 beta.
- Not observed on earlier iOS versions in my testing.
- Happens on both simulator and device (beta).
Environment
- iOS: 26 beta (please see exact build)