In one app, there are 2 sections in an UITableView.
I hope to move an UITableViewCell with animation from one section to another section in the UITableView, is it possible?
Welcome any comment
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.
UITableViewhas the answer:So, delete the entry from the first row and add it to the second. There are a number of animations you can select from.
As an example (sorry doing this from memory without a compiler). Assumptions: section0Data holds data for your first section, section1Data holds it for your second.