Hi,
I need help on TableView. Yes, I have a lot of questions.
-
How do I rename rows in a TableView? I want a user to be able to tap an already created row, and a keyboard will come up for the user to edit to name of the row.
-
How can I edit the animation for TableView deletion? Currently, if a row is deleted the row slides to the left. What if I want it to fade, or slide to the right/up/down?
-
How can I change the animation for adding rows into a TableView?
-
Currently, rows add into the TableView at the bottom. How do I add it to the top or into a certain spot in the TableView, between two rows?
-
How do I move rows around? Can I make it so that the user can drag and drop rows around? Or do I need to rename the swapped rows?
Thanks!