Verify wireless iOS installation

This commit is contained in:
2026-07-17 21:38:04 -07:00
parent dd8dd24098
commit 066b87fe79
3 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -9,9 +9,10 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil
) -> Bool {
let label = UILabel()
label.text = "Hello, world!"
label.font = .systemFont(ofSize: 32, weight: .bold)
label.text = "Wireless install works!\nHello from Proxmox."
label.font = .systemFont(ofSize: 28, weight: .bold)
label.textAlignment = .center
label.numberOfLines = 0
let viewController = UIViewController()
viewController.view.backgroundColor = .systemBackground