For:
UITableViewCellsUICollectionViewCellsUITableViewHeaderFooterViews
If not reuse, it will create one each time a cell is displayed which impacts scrolling performance.
Remember to reuse
- headers and footers
- supplementary views
For:
UITableViewCellsUICollectionViewCellsUITableViewHeaderFooterViewsIf not reuse, it will create one each time a cell is displayed which impacts scrolling performance.
Remember to reuse