We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After update the XCode to the latest version which is 7.3.1 (7D1014), the UITextView is broken because Apple introduce new properties on it.
So if I do myTextView.top I get always error.
The text was updated successfully, but these errors were encountered:
You should rename all your properties like: "top" to "SWLTop" or "_top" or whatever.
Sorry, something went wrong.
Ah, this is unfortunate. I'll try some workarounds. Thanks!
Hey man, any update on this?
@cikpis I apologize, I haven't had time to look into this and figure out which renaming would work the best. I'll get to it as soon as I can.
No branches or pull requests
After update the XCode to the latest version which is 7.3.1 (7D1014), the UITextView is broken because Apple introduce new properties on it.
So if I do myTextView.top I get always error.
The text was updated successfully, but these errors were encountered: