I am creating an ios app in which i want to add each new row at the top in the UITableView
but the already existing row should not be deleted.
For example i have a cell in row 1 when i click on it it will display the image the same image should be displayed even when we insert a new cell in row 1 and the old one moved to row 2.
I have searched it in stackoverflow but i could not understand what they have explained. So can anyone provide the tutorial or the sample application to insert, delete and update the row in UITableView
in ios.
Thanks in advance.