I have five different cells in a table across five sections differing just in height, and text. Will I need to have one reuse identifier or five ? I am using a custom cell.
The Apple document talks about reuse with cell having the "same general" configuration. Does differing height make each different for caching and reuse perspectives. I may use differing fonts but the rest of the stuff between cells is the same, color etc.
When I pop this table and push a new one the new table cell again will differ in height based on the amount of text content in the new row selection.
Since my device seems already getting hot while running my app just want to make sure I do this efficiently. I want to reuse the cache and cells within the table as well as when reloading table with new data.
Would appreciate some suggestions.