Tlaster / PreCompose

Compose Multiplatform Navigation && State Management

Home Page:https://tlaster.github.io/PreCompose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could u explain more about "Set the UIWindow.rootViewController to PreComposeApplication"

Moozart opened this issue · comments

I am an android developer and I did not understand what should I do for IOS. Are there any diff view?

@Moozart You got any idea?

in main.ios.kt just use this.
fun MainViewController() = PreComposeApplication { App() }

and use it inside of ContentView.swift