I'm trying to use "shrink to fit" option in UILabel. When number of letters in "id" or "placeholder" fields became more than could be placed in current MaxWidth, scale begins to change. That's what I expect from this component, but when I continue to type more and more letters, suddenly UILabel adds new line! "MaxLines" is 2, but if I continue to type, UILabel will add 3rd and 4th line. It's lokks not very nice, when I localizing my text in some button and it takes more lines, than I expected. Please fix it.