Coding iOS
Dec 29, 2017
Make use of the reuseIdentifier
For:
UITableViewCell
s
UICollectionViewCell
s
UITableViewHeaderFooterView
s
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
Newer Post
Older Post
Home