FXLabel
FXLabel copied to clipboard
New Line Characters on arm64?
Hi, it seems like only on arm64 devices, and not on the arm64 simulator, '\n's are never correctly interpreted when sizing or counting lines. On all other devices I've tried and simulators, FXLabels that I include '\n' on are always sized correctly, but on my 5S they are cut off with a ellipsis.
Example string being "Alarm was\n12 hours ago", is truncated to "Alarm..." or "Alarm was..." instead of a two line label. Any ideas?
Thanks for all the work Nick, I really appreciate the Open Source work you've done.
Tj-
I should mention that this happens when I use someFXLabel.text = @"some Text \n with a new line"
What value are you using for the lineCount?