flowkey / UIKit-cross-platform

Cross-platform Swift implementation of UIKit, mostly for Android
MIT License
597 stars 40 forks source link

Implement UIApplicationDelegate #230

Closed ephemer closed 6 years ago

ephemer commented 6 years ago

To run a (storyboardless) iOS app “out of the box”, we need a shared entry point between iOS and Android.

Normally this involves instantiating the desired root view controller and window in UIApplicationDelegate and calling newWindow.makeKeyAndVisible()

I’m not sure how nicely the iOS @ Attributes will play with the Android swift compiler - that may make this task difficult - but we should be able to work around it somehow.