didLoadMain

Revision Release 2024.3703
Keywords iOS, Solar2D Native, CoronaDelegate, didLoadMain
See also CoronaDelegate
willLoadMain

Overview

Called directly after main.lua is executed.

In the syntax below, runtime is an object that conforms to the CoronaRuntime protocol.

This method is specific to the Corona delegate protocol. A template can be found in AppCoronaDelegate.mm within Project TemplateAppios.

Syntax

- (void)didLoadMain:id<Runtime>runtime