iOS 26 beta: Long‑pressing UIButton in UITableView cell triggers pull‑to‑dismiss on presented controller

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

  1. Present a UIViewController modally.
  2. The controller contains a UITableView; each cell has a UIButton.
  3. Long‑press and hold the UIButton in any cell.
  4. 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)
Answered by datnt0207 in 856665022

Link Video Bug: https://drive.google.com/drive/folders/11sLu7ptKgCBaQpTuBLG7He31LDhFRFGG?usp=sharing

Accepted Answer

Link Video Bug: https://drive.google.com/drive/folders/11sLu7ptKgCBaQpTuBLG7He31LDhFRFGG?usp=sharing

Thank you for sharing your post. Please be advised that iOS 26 is currently in beta testing. I have reviewed the video you provided and recommend submitting a bug report. To ensure the comprehensiveness of your report, please include the build number at which you initially encountered the issue, as well as any relevant screenshots, recordings, and your video. Additionally, a test project can be a good ideas to show the issue to this problem.

Once you open the bug report, please post the FB number here for my reference.

If you have any questions about filing a bug report, take a look at Bug Reporting: How and Why?

Albert Pascual
  Worldwide Developer Relations.

iOS 26 beta: Long‑pressing UIButton in UITableView cell triggers pull‑to‑dismiss on presented controller
 
 
Q