Tableview cells, prepareForReuse
UITableViewCell
Once you use a cell in a table view (or really any UI element like an annotation in MapKit), the compiler(? app?) will hang on to that UI element to see if it can re-use it again.
If you then need the same type of that UI element, it ...
coderlyn.hashnode.dev2 min read