All your cells use the same reuseIdentifier, so when you scroll, you get an old cell and you set texts on it.
All your cells use the same reuseIdentifier, so when you scroll, you get an old cell and you set texts on it You can solve your problem by setting cell.detailTextLabel. Text for all cases When using reuseIdentifier, you should set every time all fields content that change.
– Dachmt Jun 8 at 22:56 I fixed the problem by setting a unique identifier for each cell using NSString *CellIdentifier = NSString stringWithFormat:@"Cell%d%d", indexPath. Section, indexPath. Row; Thanks @someone0!
– Dachmt Jun 8 at 23:00 1 the two solutions are possible, but I prefer the first one. The second solution is not recommanded if you have a great number of cells. For better performances, you should create the minimum of cells.
– someone0 Jun 8 at 23:04 Yeah, I just have one problem, when I add dynamically a cell to my first section (when the user create a new car), it crashes and this because it tries to give the same CellIdentifier I think... I need to find something "really" unique I guess. – Dachmt Jun 8 at 23:32.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.