Make UITableViewCell expand when text exceeds space
Posted
by Daniel
on Stack Overflow
See other posts from Stack Overflow
or by Daniel
Published on 2010-03-27T05:03:29Z
Indexed on
2010/03/27
5:13 UTC
Read the original article
Hit count: 466
I have a UITableViewCell
and it is UITableViewCellStyleDefault
. When I try to put text longer than the UITableViewCell
, it truncates it. How do I make the cell expand to accommodate this text?
© Stack Overflow or respective owner