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
Why doesn't support Arabic and Persian chars???
The text was updated successfully, but these errors were encountered:
I am facing the same issue, I could not find anything wrong in the code, but for some reason the placeholderLabel is not visible in arabic mode
Sorry, something went wrong.
I have updated this method and it is working fine with me, i hope it helps someone
private func updateConstraintsForPlaceholderLabel() { placeholderLabel.leftAnchor.constraint(equalTo: self.leftAnchor, constant: textContainer.lineFragmentPadding).isActive = true placeholderLabel.topAnchor.constraint(equalTo: self.topAnchor, constant: textContainer.lineFragmentPadding).isActive = true placeholderLabel.rightAnchor.constraint(equalTo: self.rightAnchor).isActive = true }
No branches or pull requests
Why doesn't support Arabic and Persian chars???
The text was updated successfully, but these errors were encountered: