Change the width of the cell content
- by user313439
I want to change the width of the cell content. (see the pic)
My code:
CGSize contentViewSize = cell.contentView.bounds.size;
contentViewSize.width = 20.0f;
But there is no effect, what's wrong?
Any suggestion will be appreciated, thanks.