I want to customize UITableViewCell by adding UILabel and two UIButton as its subview.
The cell style will be UITableViewCellStyleSubtitle and these three items would have to
next (on the left) of detailTextLabel.But when i do this, detailTextLabel overlaps with these items and display clipped or partial subviews.
Any way to handle out this without subclassing UITableViewCell if possible.
Thanks.
I want to customize UITableViewCell by adding UILabel and two UIButton as its subview.
Share
do you want to display something with detailTextLabel? If not you could try to hide it.
otherwise you could add another Label at a better position which displays your detailText