Skip to content

Call subclass RNNAppDelegate #8088

@retyui

Description

@retyui

📚 Documentation

Do we need to mention in the docs that super class need to be called too ?

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
+    // Call subclass RNNAppDelegate
+    [super application:application didFinishLaunchingWithOptions:launchOptions];

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions