-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Number of lines is ignored #40
Comments
Can you share an example of this not working? |
you can set the number of lines, but the label renders as with numberOfLines = 0 |
This class does not do any drawing, so if there's an issue with constraining the sizing it's likely how you are configuring it. Does the issue still reproduce if you replace ZSWTappableLabel with UILabel? |
I think that this is related to the fact that |
Oh, it works if you set |
This simple implementation works perfectly. |
Doesn't support number of lines as the UILabel
The text was updated successfully, but these errors were encountered: