×

Double Column Widget

iOS 14 +

Notes

A widget with two lists of links

Syntax

doubleColumnWidget(displayFirstColumn: <#Boolean#>, firstColumnLabel: <#Object (ShortcutLabel)#>, displaySecondColumn: <#Boolean#>, secondColumnLabel: <#Object (ShortcutLabel)#>, includeArchivedLinks: <#Boolean#>)

Example

doubleColumnWidget(displayFirstColumn: true, firstColumnLabel: ShortcutLabel(displayString: "All Links"), displaySecondColumn: true, secondColumnLabel: ShortcutLabel(displayString: "All Links"), includeArchivedLinks: false)