How to add a cell into ccTableView without reloadData ?

Can anybody kown how to add a cell into ccTableView without reloadData ? Like a chat application function live insert a new cell to table.

The second question is how can I listen the touch down event on cell, I want change the cell background color when touch down.

sorry for that, I am a newbie.

I had found the “tableCellHighlight” and “tableCellUnhighlight” function to get the press and release action.
the first question still no idea.

you can reload data and call setContentOffset ( offset, false );

where offset is position before reload :slight_smile: