bigger UITableViewCellStyleValue1 detailTextLabel
Posted
by Ziga Kranjec
on Stack Overflow
See other posts from Stack Overflow
or by Ziga Kranjec
Published on 2010-04-17T18:11:54Z
Indexed on
2010/04/17
18:13 UTC
Read the original article
Hit count: 564
I am trying to make a UITableView. Table cells are done in style UITableViewCellStyleValue1.
When text in either textLabel or detailTextLabel is too long, it gets shortened with ellipsis... This happens for both labels; the problem really occurs, when both labels are too long.
What is a preferred way to disable this or make detailTextLabel slightly wider? I want detailTextLabel to always show the entire label (it will be max 6 chars long, so it will fit); textLabel is fine as it is.
© Stack Overflow or respective owner