I am currently having an issue that seems to be very device specific. I've found that when a string gets to a certain width, the text field / area that it is supposed to be visible in appears to crash. I have implemented a function that, if the text gets too long, will display only the first part of the string, followed by an ellipses. This ellipses shows on other devices, but not on the iPhone 6+, and I cannot figure out why. When I "hard-code" the width of the text field, the text is then visible, but I do not want to resort to this, as the width of the screen will change based on the user's device.
Any thoughts?
Thanks,
Mike