init(title:detail:)
Creates an information item with a title and detail text.
Declaration
init(title: String?, detail: String?)Parameters
- title:
The text that the template displays as the item’s title.
- detail:
The text that the template displays below or beside the title, depending on the template’s layout. See Cpinformationtemplatelayout for more information.