I’m stuck here for few days..
My TableViewCell’s height is short. and I like it except swipe to delete button.
It’s too big so that button mess my table… It’s not beautiful.
please let me know how to resize the delete button on my tableview…
Thanks.
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.
It may be more complex than originally stated, but uses most of what I was saying below. Look at this StackOverflow Link.
UITableViewCell custom editingAccessoryView – not properly dismissed
You may be able to setup your own UIView and use the editingAccessoryView property.
In this view you would implement your own delete button (however you want it to look) and capture the delete button press yourself.