I created a custom UITableViewCell in my app and the default indent when the Delete button is present is not happening, below is a screenshot of my settings. Anyone have any idea as to what I’m doing wrong?

Also, here’s a shot of the IB properties:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
should happen by default, but in your UITableViewDelegate override
make sure you aren’t doing anything strange in:
and that you are setting the cell’s
editingAccessoryTypetoUITableViewCellEditingStyleDeleteorUITableViewCellEditingStyleInsertand that you aren’t returning
Nofrom :