init(children:textList:nestingLevel:)
Creates a text list element with the list elements and nesting level you provide.
Declaration
convenience init?(children: [NSTextListElement], textList: NSTextList, nestingLevel: Int)Parameters
- children:
An array of Nstextlistelement elements.
- textList:
The Nstextlist to add elements to.
- nestingLevel:
An integer value that describes the level of nesting of these elements.