I have succesfully loaded these two default cells of tableview. But my problem is I have to animate these two cells.For example one custom cell will load first then after 1 minutes another cell will load.Now new loaded cell of tableview appear on the top.
I have use cell will display method for animation but nothing happened.How to do this type of animation with time duration.