I am developing an app which contains a table view. I want to appear the default delete button of table view (similar to swipe on delete) while tapping a right bar button in the navigation. IS it possible to do so ?
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.
You can make the delete indicators of all cells to appear by calling
from your button’s handler. If you want the indicator to appear only on the currently selected cell, you can do this: