Label LineBreakMode is not working on iOS (works on Android)
On iOs all the text is presented and is not trailed.
var resumeLabel = new Label
{
HorizontalOptions = LayoutOptions.StartAndExpand,
VerticalOptions = LayoutOptions.StartAndExpand,
LineBreakMode = Xamarin.Forms.LineBreakMode.TailTruncation,
Font = Font.SystemFontOfSize(Device.OnPlatform(NamedSize.Small, NamedSize.Medium, NamedSize.Medium)),
};