Проблема заключается в том, что он всегда отображается в верхней части экрана < /p>
Код: Выделить всё
.confirmationDialog(
NSLocalizedString("Wizards.Wifi.Delete.title", bundle: userSettings.bundle ?? Bundle.main, comment: ""),
isPresented: $showingSheetIOS16,
titleVisibility: .visible
) {
Button(NSLocalizedString("ControlActivity.delete", bundle: userSettings.bundle ?? Bundle.main, comment: ""), role: .destructive) {
self.deleteInProgress = true
self.connectionManager.removeWifiConnect(network: network)
}
Button(NSLocalizedString("ControlActivity.cancel", bundle: userSettings.bundle ?? Bundle.main, comment: "")) {
showingSheetIOS16 = false
}
} message: {
Text(NSLocalizedString("Wizards.Wifi.Delete.description", bundle: userSettings.bundle ?? Bundle.main, comment: ""))
}
Подробнее здесь: https://stackoverflow.com/questions/797 ... een-ios-26
Мобильная версия