UITableView content of cell dont move on editing
问题 I have a UITableView with some custom cells. In each cell, there is a ImageView and three labels and get the data from a string array. I have done the layout in my storyboard. The data source is a string array. This works. Now I have insert a EditButton in the code. Now i can see the EditButton , but when I activate the edit mode the table cell will be resized, but the images and labels dont move. Can you show me how to move the content of the cell? Who knows a tutorial with UITableView uses