-
Notifications
You must be signed in to change notification settings - Fork 74
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
Custom font is not working properly: #27
Comments
Having same issue |
Any progress? |
I am having the same issue here also. Has anyone found a workable solution? |
Same issue |
Hello, let attributes = [NSForegroundColorAttributeName: UIColor.black,NSFontAttributeName: UIFont.boldSystemFont(ofSize: 12.0)] I'ts working in my project as I have replaced above code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With custom font its working for few font sizes .
Eg - if i use Proxima nova regular then it work with font size less then 15 pixel (for 2 line label) after that tappable area is not working.
The text was updated successfully, but these errors were encountered: