UITableView don't reuse cells, good case to do this?
问题 I have 5 cells in a UITableView. Each has a UITextField as a subview, where the user will input data. If I DO use cell reuse, the textfield gets cleared if the cells are scrolled out of view. I don't want to have to deal with this. Is there a way to NOT reuse cells so that I don't have this issue, if so, how? Is this a bad idea? 回答1: I have same feature in one of my apps and I used below code to accomplish that and I never had this kind of problem. First of all you need to store all your