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

Partial support for UITableViewHeaderFooterView #37

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

ZevEisenberg
Copy link

Caveat: this won't work if you use it for cells and headers, because the cache will collide. I'm using it for headers only, so it works in my case, but before it's merged, it should probably have a separate internal cache for headers, supplementary views, etc.

@ZevEisenberg ZevEisenberg changed the title Add support for UITableViewHeaderFooterView Partial support for UITableViewHeaderFooterView Jun 1, 2015
@ZevEisenberg
Copy link
Author

Just realized that we don't necessarily need to add internal support for multiple caches, since you could easily create a separate RZCellSizeManager instance for each set of index paths for a different view type. It might still be a good idea to add this support, but you can still use it with multiple view classes without changing the code.

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

Successfully merging this pull request may close these issues.

1 participant