Is it some how possible to update text of a specific row in uitableview. like for example I have 3 rows A B C . and now I would like to add another row to the table like row with D I know you can do it with reloading the table but that would take a lot of time (there is alot of data to be put in). so is it possible without reloading the entire table.
thanks,
Tushar Chutnai
Try this method of UITableView class:
source