You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
When trying set properties of ValidatableInterfaceElement in a subclass of UITextfield I am getting Cannot assign to property: 'self' is immutable swift error.
To resolve this I had to restrict ValidatableInterfaceElement to AnyObject. Is there a known workaround for this?
When trying set properties of
ValidatableInterfaceElement
in a subclass of UITextfield I am gettingCannot assign to property: 'self' is immutable swift error
.To resolve this I had to restrict ValidatableInterfaceElement to AnyObject. Is there a known workaround for this?
I'm happy to submit a PR if supported ?
Side note:
https://stackoverflow.com/questions/52727345/cannot-assign-to-property-self-is-immutable-swift-error
Thanks,
The text was updated successfully, but these errors were encountered: