mirror of
https://github.com/BetterAndroid/compose-multiplatform-template.git
synced 2025-09-07 19:14:26 +08:00
refactor: merge to Flexi UI and new usage
This commit is contained in:
@@ -8,8 +8,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
|
||||
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
|
||||
window = UIWindow(frame: UIScreen.main.bounds)
|
||||
window?.rootViewController = App_iosKt.createUIViewController()
|
||||
window?.rootViewController = MainViewControllerKt.createMainViewController()
|
||||
window?.makeKeyAndVisible()
|
||||
return true
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user