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
Excellent work by the way!
I get a crash on iOS 13 when I tap "OpenType Shaping" and then tap "Shape" at line 89
Seems like charactersHeightConstraint is somehow still nil
charactersHeightConstraint
nil
The text was updated successfully, but these errors were encountered:
Okay I see - deactivating the constraints seems to release the weak variable storage. The fix is to remove weak from the constraints.
weak
Sorry, something went wrong.
No branches or pull requests
Excellent work by the way!
I get a crash on iOS 13 when I tap "OpenType Shaping" and then tap "Shape" at line 89
Seems like
charactersHeightConstraint
is somehow stillnil
The text was updated successfully, but these errors were encountered: