I am using table view in my app, the task is multiple deletion of cells like iPhone message application. My problem is when select the cells check box and scroll the table then selected cells check marks are deselect. What is the problem?
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.
When you scroll the table then its reload function automatically called. Thats why your selection have cleared. do one thing when you checked your check boxes then stores that values in an array after that call an custom reload function and in that reload your all values in your table…