Contents

finishLaunching()

Activates the app, opens any files specified by the NSOpen user default, and unhighlights the app’s icon.

Declaration

func finishLaunching()

Discussion

The run() method calls this method before it starts the event loop. When this method begins, it posts an willFinishLaunchingNotification to the default notification center. If you override finishLaunching(), the subclass method should invoke the superclass method.

See Also

Related Documentation

Managing the event loop