Hi, I am exited to use this framework in my upcoming project but I am stuck at design phase
I want to achieve something shown in the image
design the section controller itself,
My design requires the whole cell to float with rounded edges and background color and shadow effect
If I design one single cell and add those effects its achievable but the whole point of using this framework is to modularize into components
so is there a way I can design my section controller itself rather than just the insets and then design my internal cells
If anyone can guide me how I ca achieve something similar with a example or source would be amazing
IGListKit version:3.0# Please include debug logs using the following lldb command:
po [IGListDebugger dump]
@kanumuri9593 sorry for the delay! We've discussed having some sort of "background view" API in #142 and #749, but have been pushing people to use UICollectionView's decoration view API instead. Here is a tutorial and some Apple docs. You should be able to subclass UICollectionViewFlowLayout, IGListCollectionViewLayout, or just create your own UICollectionViewLayout subclass from scratch!
Thank you for the response, currently trying out designing all my cells and supplementary views with some padding and shadow but for sure look into UICollectionViewLayout
@kanumuri9593, were you able to crack this issue?
Most helpful comment
@kanumuri9593 sorry for the delay! We've discussed having some sort of "background view" API in #142 and #749, but have been pushing people to use
UICollectionView's decoration view API instead. Here is a tutorial and some Apple docs. You should be able to subclassUICollectionViewFlowLayout,IGListCollectionViewLayout, or just create your ownUICollectionViewLayoutsubclass from scratch!