Skip to content

Instantly share code, notes, and snippets.

@zaguiini
Created August 28, 2018 22:59
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 zaguiini/0c7df55f65373c12a60d70f1827ac6f2 to your computer and use it in GitHub Desktop.
Save zaguiini/0c7df55f65373c12a60d70f1827ac6f2 to your computer and use it in GitHub Desktop.
An example of less ugly code
let tags: [String] = ["vNome", "vLocal", "vData", "vEquipe", "vAmigos", "vReferencia"]
for tag in tags {
form.rowByTag(tag)?.disabled = true
form.rowByTag(tag)?.evaluateDisabled()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment