Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HGPlaceholder + Custom collection view layout == ? #49

Open
semen-sequenia opened this issue Oct 11, 2018 · 0 comments
Open

HGPlaceholder + Custom collection view layout == ? #49

semen-sequenia opened this issue Oct 11, 2018 · 0 comments

Comments

@semen-sequenia
Copy link

When i use your library on UICollection view with custom layout, after removing all items, i got crash here:
override func layoutAttributesForItem(at indexPath: IndexPath) -> UICollectionViewLayoutAttributes? { return cache[indexPath.item] }
But, on method prepare, i always clean my cache.

Helps only invalidation collection view layout after reloadData()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants