-
Notifications
You must be signed in to change notification settings - Fork 130
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
Header #6
Comments
+1 vote for sections. |
+1 vote for sections That would be great to have sections in this control. Excellent job btw |
I got the sections working by bundling up separate quilts into MMHorizontalListViewCells. https://github.com/jdp-global/MMHorizontalListView This sits inline with Windows 8 - Visual Language - hubs / sections - whereby any hub(MMHorizontalListViewCell) could contain any content / picture / form etc. Todo the titles I just offset uilabel
// myCollectionView.autoresizingMask = UIViewAutoresizingFlexibleHeight|UIViewAutoresizingFlexibleWidth|UIViewAutoresizingFlexibleHeight; |
+1 vote for sections. |
jdp-global can you post your implementation of how you used MMHorizontalListView with QuilViewLayout. Please!!!! Thank you. |
+1 for headers / sections |
+1 for headers / sections / footers |
+1 for headers / sections / footers |
+1 for headers / sections / footers |
I added basic support for it, check my fork at https://github.com/antoinelamy/RFQuiltLayout |
Definitely needs to add a support of sections. |
+1. :) |
+1 |
@antoinelamy when i have tried headerReferenceSize = CGSizeMake(320,222); run ,it show error; |
@antoinelamy I don't know is it right to change
to,I have tried it will be show ok when headerReferenceSize.height > self.itemBlockSize.height.
|
Hi, I use your Layout but if I want show multiple sections with headers, it's not posible, because the header section never get call. What I need to do to show multiple sections and headers??
Thanks iun advance
The text was updated successfully, but these errors were encountered: