I am trying to have a cell at the top of the table always remain there and not scroll down when an object is added i.e. the cell should stay at indexpath.row==0
. Is it possible to lock a cell to a certain position in a table?
If so, how would this be implemented?
EDIT
If i made a different section for this cell that would work wouldnt it?