CoronaRuntime

Type Obj-C Protocol
Revision 2017.3060
Keywords iOS, Corona Enterprise, CoronaRuntime
See also Corona Enterprise — iOS
CoronaDelegate

Overview

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.

Properties

appWindow

UIWindow *appWindow. The main UIWindow instance.

appViewController

UIViewController *appViewController. The top-level UIViewController.

L

lua_State *L. The Lua state object for the Corona engine.