You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
static function __init__() { trace("X"); } in a class doesn't work.
A way of doing this would be to generate the init function as-is, and then call init for all classes which have it before the UIApplicationMain() in main.m. Ordering would still need to be figured out, based on which class refers to which class's properties in its static initializer.
The text was updated successfully, but these errors were encountered:
static function __init__() { trace("X"); }
in a class doesn't work.A way of doing this would be to generate the init function as-is, and then call init for all classes which have it before the
UIApplicationMain()
inmain.m
. Ordering would still need to be figured out, based on which class refers to which class's properties in its static initializer.The text was updated successfully, but these errors were encountered: