I\'m dynamically populating the title (UILabel). Sometime it\'s bit too long and IOS squeeze the font to fit in the width. Is there a way to do multiline with using same font si
I just used LineBreak mode to Truncate Tail and setNumberOfLines to 0 and its working for me. the label is of multiline now.