Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created April 30, 2022 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/2e3e7993590ba9b61f12eb3935a1daeb to your computer and use it in GitHub Desktop.
Save fitomad/2e3e7993590ba9b61f12eb3935a1daeb to your computer and use it in GitHub Desktop.
// Mostramos el detalle del contenido
let formattingOptions = FormattingOptions(maximumLineWidth: 300,
maximumCellWidth: 10,
maximumRowCount: 10,
includesColumnTypes: true)
print(frame2021.description(options: formattingOptions))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment