in my app when user swipes a certain row I want to display a delete button.
And when the button appears it obscures IndexTitles and another label in my cell (it has subviews).
How can I customize my table when the button appears?
Thank you.
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.
Does the cell textLabel allow autosizing and is lineBreakMode set to UILineBreakModeTailTruncation?
If the cell contents isn’t flexible it will probably be obscured when the delete button appears.