How do I get the delete button to show when swiping on a UITableViewCell? The event is never raised and the delete button never appears.
How do I get the delete button to show when swiping on a UITableViewCell
Share
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.
During startup in
(-viewDidLoad or in storyboard)do:Override to support conditional editing of the table view. This only needs to be implemented if you are going to be returning
NOfor some items. By default, all items are editable.