Is there any way to use autoresizing masks to move my content so that the delete button doesn\'t cover it up? Googling has told me that I need to set an autoresizing mask of
I am using iOS 7, I got the same issue. I am using a separate xib for the UITableViewCell with auto layout enabled, so just added one more constraint to the label so that it will have a fixed gap on its right side.