I have a UITableView
in which i have used Autolayout feature .
Now when i am trying to delete a particular row, the delete button covers my Custom Cell Right label .
Its working fine without auto layout using structs and springs but not with auto layout. I have used auto layout in my whole project so can't remove that feature .
image for the description :