Contents

showHelp(_:)

If your project is properly registered, and the necessary keys have been set in the property list, this method launches Help Viewer and displays the first page of your app’s help book.

Declaration

func showHelp(_ sender: Any?)

Parameters

  • sender:

    The object that sent the command.

Discussion

For information on how to set up your project to take advantage of having Help Viewer display your help book, see Specifying the Comprehensive Help File.

See Also

Providing help information