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?
I have a UITableViewCell and it is UITableViewCellStyleDefault . When I try to put
Share
You can not expand cell’s width more than iphone’s screen… What you can do is
1> make font smaller
2> make your text multiple lines