Reducing the size of the UITextField cursor

I have a UITextField in my project with an external custom font for the input text (TradeGothic - Bold). The problem is that after programmatically programming the font, the size of the blinking cursor present in the textbox somehow decreases! I have added screenshots:

without custom font

enter image description here

Why might this happen?

+3


source to share


1 answer


If you have constraints attached to the text box, you need to make them larger.



0


source







All Articles