×

Link

iOS 14 +

Notes

Create a link. A linked view shows up the same, but tapping it opens the specified URL. Note that links only work on Medium and Large widgets. For small widgets you can specify a URL with the 'Update Widget' action. You can find more info at https://widgetpack.app/documentation

Syntax

link(view: <#Object (View)#>, link: <#String (Allows Variables)#>)

Example

link(view: View(identifier: "View1", displayString: "View One"), link: ""https://jellycuts.com"")