[Development] Qt for iOS: API to pass Application Name to UIApplicationMain

Robert Iakobashvili coroberti at gmail.com
Mon Jun 8 08:15:23 CEST 2015


Hi,
To develop and use application-specific class for
an application instead the default UIApplication,
user may wish to pass the name of an UIApplication derivative
to iOS in UIApplicationMain

In qioseventdispatcher.mm nil is passed as the 3-rd argument:

return UIApplicationMain(argc, argv, nil,
NSStringFromClass([QIOSApplicationDelegate class]));

Is there any other way to pass the name of application-specific
derivative of UIApplication besides patching the sources?

Thank you in advance.

Regards,
Robert



More information about the Development mailing list