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
That was the specific intent. Do you have a suggestion that is more visually pleasing? In iOS if you make the text field 2 lines, it will always be 2 lines, and the item format ("Book") appears oddly separated from the Author.
I haven’t looked through the source code yet - does the app not use AutoLayout? If using manual layout, you can use UILabel’s sizeThatFits to determine the labels height after setting the label’s text, then adjust the location of items underneath accordingly.
The field that I suspect is the author field does not wrap, and is instead truncated. See screen capture.
The text was updated successfully, but these errors were encountered: