-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
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
It may cause crash when using FLKNoConstraint
#49
Comments
I try to fix it with this code:
|
Interesting, I didn't know I'd rather have consistent |
So I cannot use |
Yep 👍 |
Here is what I am using:
button.alignTop("20", leading: FLKNoConstraint, bottom: FLKNoConstraint, trailing: "-27", toView: self.view)
In previous version, it works perfectly, but in 1.0 version, it cause crash.
The text was updated successfully, but these errors were encountered: