Hi, this does not give us the results we are after. We can't use MultiLine or Rotated label mode because it doesn't look good with our label data.
Please see attached screenshots, this is with LabelFitMode set to None. As you can see ios works perfectly fine when using a label which contains newline character, but then compare it to android where the new line character is ignored.
In fact you can see that the /n character is replaced with spaces in android.
Why does ios support new line character but android doesn't? How can we make this work for android also?
You can test this yourself easily by adding a label text to any string with /n character in it (eg: "27th\nFeb\n2018")