Created
August 28, 2018 22:59
-
-
Save zaguiini/0c7df55f65373c12a60d70f1827ac6f2 to your computer and use it in GitHub Desktop.
An example of less ugly code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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