Maybe an error of swift. Xcode9.1 , swift 4
Hi! you can only assign boolean literals.
You can also use:
let disabled = true row.disabled = Condition(booleanLiteral: disabled)
@mtnbarreto Nice! Thank you!
Most helpful comment
Hi! you can only assign boolean literals.
You can also use: