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

Way to use RFQuiltLayout #8

Open
bassrock opened this issue Jul 22, 2013 · 1 comment
Open

Way to use RFQuiltLayout #8

bassrock opened this issue Jul 22, 2013 · 1 comment

Comments

@bassrock
Copy link

This is more open for discussion than an issue. The current way to use RFQuiltLayout requires a block size which can take a long time to load if set to low numbers. I wonder if there is another way to do this that uses the regular cell sizes but is fast with a lot of small cells.

@bryceredd
Copy link
Owner

When you say "regular cell sizes" do you mean a flat CGSize like you would specify in a UICollectionViewFlowLayout? The point of having a constant block size is to align the views together like this

The performance on loading "a lot of small cells" is mostly bound by loading/unloading UIViews, not necessarily the layout. I'm not sure this would be the right tool for anything under 20px x 20px. What did you have in mind?

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

No branches or pull requests

2 participants