Verify wireless iOS installation
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user