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

iOS 8 problem #24

Open
gabrielafonsogoncalves opened this issue Oct 22, 2014 · 1 comment
Open

iOS 8 problem #24

gabrielafonsogoncalves opened this issue Oct 22, 2014 · 1 comment

Comments

@gabrielafonsogoncalves
Copy link

Hello,

It seems that in iOS 8 RFQuiltLayout is not working well, it resize the space of each cell but the cell is not resizing at all.

What is the problem here?

@gabrielafonsogoncalves
Copy link
Author

I red about that problem, the issue is a bug in iOS 8. You can solve that adding this code in your CollectionCell sub class

  • (void)setBounds:(CGRect)bounds
    {
    [super setBounds:bounds];
    self.contentView.frame = bounds;
    }

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

1 participant