iphone - How to limit width of textLabel in UITabelViewCell -
i want restrict width of textlabel
of uitabelviewcell
contains image on right side.
i don't want use uilabel
or subclass uitabelviewcell
.
try using accessoryview
property image on right. should prevent label getting wide , truncating text.
[cell setaccessoryview:<your image view>];
Comments
Post a Comment