Okay here is a picture:

I’ve got custom UITableViewCell with UILabel.
It’s obvious I should resize my custom UILabel in -setEditing method, but how to exactly calculate how much to resize it? And is there efficient way to resize reused cells?
Thanks!
You don’t have to do anything in
setEditingmethod if you have the right autoresizing mask: