intuit / CardParts

A reactive, card-based UI framework built on UIKit for iOS developers.
Other
2.52k stars 224 forks source link

Load a custom collectionViewCell into cardsPartViewController #229

Open MohamedSadokKrichen opened 4 years ago

MohamedSadokKrichen commented 4 years ago

Hello, i'm using card part to show a list, so i created my custom collectionViewCell, now i want to load that cell in a stack view. How can i do that ?

badrinathvm commented 4 years ago

@MohamedSadokKrichen https://github.com/intuit/CardParts#cardpartcollectionview will help how to handle custom collection view cell.