You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-
The text was updated successfully, but these errors were encountered:
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-
The text was updated successfully, but these errors were encountered: