i want to add custom EditingAccessoryView in cell, when user swipe in place of delete button i want to show my custom view.
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.
Design view from xib like bellow example
now make IBOutlet of uiview in .h file
connect that IBOutlet to your design view.
now in .m file set that view as editingAccessoryView of table cell
now when you swipe your custom view will show in place of delete button