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
Yes, you set the numberOfLines to 0, and the .lineBreakMode to UILineBreakModeWordWrap in code, or the equivalents if your label is defined in IB.
numberOfLines
.lineBreakMode
UILineBreakModeWordWrap