×

Get Value For Key

iOS 14 +

Notes

Get's the value for a certain key in a dictionary.

Syntax

valueFor(key: <#String (Allows Variables)#>, dictionary: <#Variable#>)

Example

valueFor(key: ""Name"", dictionary: Meta)