Hi, is it possible to use MOE, but have UIApplicationDelegate written in ObjC ?
Thanks
Hi, is it possible to use MOE, but have UIApplicationDelegate written in ObjC ?
Thanks
Yes, simply in the main method where you call UIApplicationMain, use the class name of your application delegate written in ObjC (or Swift).
And how can I get later JVM context to invoke a java method ?