We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, i've a problem with margins. How i set margin to leading and trailing to superview? My auto layout constraint are correct:
The text was updated successfully, but these errors were encountered:
I am having a similar issue. Did you figure out the solution on this?
Sorry, something went wrong.
I had this same problem. Managed to fix it by changing the initialize method of RFQuiltLayout.m to the following:
- (void) initialize { // defaults self.direction = UICollectionViewScrollDirectionVertical; float defaultDimension = [[UIScreen mainScreen] bounds].size.width / 3; self.blockPixels = CGSizeMake(defaultDimension, defaultDimension); }
Hi, this don't work for me.
My app have margin problems only in iPhone 6+ and 7+, any ideas?
No branches or pull requests
Hi, i've a problem with margins. How i set margin to leading and trailing to superview? My auto layout constraint are correct:
The text was updated successfully, but these errors were encountered: