-
Notifications
You must be signed in to change notification settings - Fork 197
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
Implement missing attributes in BONTextAlignmentConstraint #37
Comments
Well, are there any news for this? |
@Domsware sorry, I haven't had a need for any of these attributes, so I haven't gotten around to implementing them. I'm curious - which attribute were you trying to use? And what's the design use case? |
@ZevEisenberg So I want to align |
I think that's already supported by Auto Layout, without any help from BonMot: value.topAnchor.constraint(equalTo: label.firstBaselineAnchor).isActive = true Would this work for you? |
Yes, it work. |
The text was updated successfully, but these errors were encountered: