init(contentListWithViewController:)
Creates a split view item that represents a content list for the specified view controller.
Declaration
convenience init(contentListWithViewController viewController: NSViewController)Discussion
You use a content list to display information like the Mail app’s list of messages or the Notes app’s list of notes.
Content lists use standard system default values for these properties:
minimumThickness, maximumThickness, and automaticMaximumThickness use the standard system defaults for content lists
preferredThicknessFraction uses the standard fraction for content lists (
0.28if an adjacent sidebar is visible,0.33if not)