Custom font is not working properly:
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.
Having same issue
Any progress?
I am having the same issue here also. Has anyone found a workable solution?
Same issue
Hello, You can replace by this code
let attributes = [NSForegroundColorAttributeName: UIColor.black,NSFontAttributeName: UIFont.boldSystemFont(ofSize: 12.0)]
I'ts working in my project as I have replaced above code Thanks.