Contents

init(anchor:)

Constructs a new help link with the specified anchor in the main app bundle’s book.

Declaration

init(anchor: NSHelpManager.AnchorName)

Parameters

  • anchor:

    The anchor within the help book to open to.

Discussion

The main app bundle book name is defined by the CFBundleHelpBookName key in its Info.plist file.

See Also

Creating a help link