Is there any way to show an icon in a table view when a new row is been added?
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.
Keep track of which items are new externally to the table view. Then for each of your table cells, check to see if the item is new. If it is new, then set an image view on your custom table cell to be unhidden, and you should be good.
What you will need then: