Type Obj-C Protocol Revision 2017.3060 Keywords iOS, Corona Enterprise, CoronaRuntime See also Corona Enterprise — iOS CoronaDelegate
CoronaRuntime is an Obj-C protocol that gives you access to key properties. The Corona engine creates and owns this object, but you are given access to this object in your CoronaDelegate instance's willLoadMain: and didLoadMain: methods.
UIWindow *appWindow. The main UIWindow instance.
UIViewController *appViewController. The top-level UIViewController.
lua_State *L. The Lua state object for the Corona engine.