Skip to content

Instantly share code, notes, and snippets.

@achernoprudov
Created July 27, 2021 11:24
Show Gist options
  • Save achernoprudov/53a6fe88625d78f5af6944b9a680ebd6 to your computer and use it in GitHub Desktop.
Save achernoprudov/53a6fe88625d78f5af6944b9a680ebd6 to your computer and use it in GitHub Desktop.
Build optional function for Menu result builder
static func buildOptional(_ elements: [UIMenuElement]?) -> [UIMenuElement] {
return elements ?? []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment