We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3734ce4 + 88bd44d commit d2466ecCopy full SHA for d2466ec
Sources/DebugMenu/View/FloatingViewController.swift
@@ -110,7 +110,7 @@ internal class FloatingViewController: UIViewController {
110
}
111
112
private func presentMenu() {
113
- let sheet = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet)
+ let sheet = UIAlertController(title: "DebugMenu", message: nil, preferredStyle: .alert)
114
sheet.addAction(
115
.init(
116
title: "Hide until next launch",
0 commit comments