flowkey/UIKit-cross-platform

Implement UIApplicationDelegate

Closed this issue · 0 comments

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.