Hey guys,
What would be the best way to implement a multiline text on a UIButton for iPhone SDK 3.2?
Thanks! Nicolas.
Hey guys,
What would be the best way to implement a multiline text on a UIButton for iPhone SDK 3.2?
Thanks! Nicolas.
If adding newline characters (\n
) to your title text doesn't work, you could try adding a UILabel
with an appropriate numberOfLines
as a subview of the button.