Instagram / IGListKit

A data-driven UICollectionView framework for building fast and flexible lists.
https://instagram.github.io/IGListKit/
MIT License
12.89k stars 1.54k forks source link

func reuse tip #1344

Open cash0211 opened 5 years ago

cash0211 commented 5 years ago

Why the L658-L663 in IGListAdapter.m can't coding the following:

[self _updateBackgroundViewShouldHide:![self _itemCountIsZero]];
iperry90 commented 5 years ago

Feel free to submit a PR! I'd be happy to take a look.