Monday, July 16, 2012

MultiLine text on a UIButton

aButton.titleLabel.lineBreakMode = UILineBreakModeWordWrap;
[aButton setTitle@"View MIMChartLib \n Created by Reetu Raj" forStateUIControlStateNormal];

No comments:

Post a Comment