Is there a way to get a UITextField to display an NSString containing unicode index characters (e.g. ₂, ₃) correctly without disabling them? I start with a UITextField created in IB.
I tried:
setting frame.size.height to a UITextField is longer in code (just centers the cropped characters in a higher field)
changing the contentVerticalAlignment property to UIControlContentVerticalAlignmentTop - just pushes truncated characters at the top
playing with ClipSubviews / Autoresize Subviews-no effect
This is for a chemical program, so it’s very important to see the bottom half of the numbers. Help!
Jeff source
share