Skip to content

iOS 26 modal Login button dead on tap #9

Description

@garyyochumibm

Description

When rendering the TMTicketsViewController in a fullscreen modal on an iOS 26.x device, the dismiss button in the top left corner is dead on tap. The swift package version I am using is v1.20.0.

Image

However, this same button dismisses the modal as expected with iOS 18.

Image

Here is the code to render the view controller:

let vc = TMTicketsViewController()
vc.modalPresentationStyle = .fullScreen
present(vc, animated: true, completion: nil)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions